#CB40CC

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

Shades of Fuchsia #CB40CC

Tints of Fuchsia #CB40CC

Color information

#CB40CC (or 0xCB40CC) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and CC. RGB value is (203,64,204). Sum of RGB (Red+Green+Blue) = 203+64+204=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40CC is #34BF33. Grayscale: #797979. Windows color (decimal): -3456820 or 13385931. OLE color: 13385931.

HSL color Cylindrical-coordinate representation of color #CB40CC: hue angle of 299.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB40CC is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20364204-
CMYK0.000.6900.2
HSL299.57º57.85%52.55%-
HSV(B)299.57º68.63%80%-
XYZ37.3620.7259.16-
YUV121.52174.55186.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=43.10%
G=13.59%
B=43.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203642040.000.6900.2299.5757.8552.55
HexCB40CC04501412c3a35
Octal31310031401050244547265
Binary1100101110000001100110001000101010100100101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40CC; }

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

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

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

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

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

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

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

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