#CB40D3

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

Shades of Fuchsia #CB40D3

Tints of Fuchsia #CB40D3

Color information

#CB40D3 (or 0xCB40D3) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and D3. RGB value is (203,64,211). Sum of RGB (Red+Green+Blue) = 203+64+211=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40D3 is #34BF2C. Grayscale: #797979. Windows color (decimal): -3456813 or 13844683. OLE color: 13844683.

HSL color Cylindrical-coordinate representation of color #CB40D3: hue angle of 296.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB40D3 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20364211-
CMYK0.040.7000.17
HSL296.73º62.55%53.92%-
HSV(B)296.73º69.67%82.75%-
XYZ38.2221.0763.68-
YUV122.32178.05185.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 64 (25.39% from 255) = 13.39%
BLUE value IS 211 (82.81% from 255) = 44.14%
R=42.47%
G=13.39%
B=44.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203642110.040.7000.17296.7362.5553.92
HexCB40D34460111293f36
Octal31310032341060214517766
Binary110010111000000110100111001000110010001100101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40D3; }

 p { color: rgb(203,64,211); }

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

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

 a { background-color: rgb(203,64,211); }

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

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

 span { border-color: rgb(203,64,211); }

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