#cb37ca

Color #CB37CA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB37CA

Tints of Fuchsia #CB37CA

Color information

#CB37CA (or 0xCB37CA) is unknown color: approx Fuchsia. HEX triplet: CB, 37 and CA. RGB value is (203,55,202). Sum of RGB (Red+Green+Blue) = 203+55+202=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37CA is #34C835. Grayscale: #737373. Windows color (decimal): -3459126 or 13252555. OLE color: 13252555.

HSL color Cylindrical-coordinate representation of color #CB37CA: hue angle of 300.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37CA is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20355202-
CMYK00.730.000.20
HSL300.41º58.73%50.59%-
HSV(B)300.41º72.91%79.61%-
XYZ36.6619.6957.75-
YUV116.01176.53190.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 55 (21.88% from 255) = 11.96%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=44.13%
G=11.96%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035520200.730.000.20300.4158.7350.59
HexCB37CA04901412c3b33
Octal3136731201110244547363
Binary110010111101111100101001001001010100100101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb37ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb37ca; }

 p { color: rgb(203,55,202); }

 H1.HeaderClassName
 {
   color: #cb37ca;
 }
 .AnyTagClassName
 {
   color: #cb37ca;
 }
</style>
background-color css

<style>
 a { background-color: #cb37ca; }

 a { background-color: rgb(203,55,202); }

 div.DivClassName
 {
   background-color: #cb37ca;
 }
 .BgClassName
 {
   background-color: #cb37ca;
 }
</style>
border-color css

<style>
 span { border-color: #cb37ca; }

 span { border-color: rgb(203,55,202); }

 td.TdClassName
 {
   border-color: #cb37ca;
 }
 .TagClassName
 {
   border-color: #cb37ca;
 }
</style>