#CB40C3

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

Shades of Fuchsia #CB40C3

Tints of Fuchsia #CB40C3

Color information

#CB40C3 (or 0xCB40C3) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and C3. RGB value is (203,64,195). Sum of RGB (Red+Green+Blue) = 203+64+195=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40C3 is #34BF3C. Grayscale: #787878. Windows color (decimal): -3456829 or 12796107. OLE color: 12796107.

HSL color Cylindrical-coordinate representation of color #CB40C3: hue angle of 303.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40C3 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB20364195-
CMYK00.680.040.20
HSL303.45º57.2%52.35%-
HSV(B)303.45º68.47%79.61%-
XYZ36.3120.353.63-
YUV120.49170.05186.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 64 (25.39% from 255) = 13.85%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=43.94%
G=13.85%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036419500.680.040.20303.4557.252.35
HexCB40C304441412f3934
Octal31310030301044244577164
Binary110010111000000110000110100010010010100100101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40C3; }

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

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

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

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

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

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

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

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