#CB42B0

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

Shades of Fuchsia #CB42B0

Tints of Fuchsia #CB42B0

Color information

#CB42B0 (or 0xCB42B0) is unknown color: approx Fuchsia. HEX triplet: CB, 42 and B0. RGB value is (203,66,176). Sum of RGB (Red+Green+Blue) = 203+66+176=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB42B0 is #34BD4F. Grayscale: #777777. Windows color (decimal): -3456336 or 11551435. OLE color: 11551435.

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

Color convert

RGB20366176-
CMYK00.670.130.20
HSL311.82º56.85%52.75%-
HSV(B)311.82º67.49%79.61%-
XYZ34.4119.7343.07-
YUV119.5159.89187.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=45.62%
G=14.83%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036617600.670.130.20311.8256.8552.75
HexCB42B0043D141383935
Octal313102260010315244707165
Binary1100101110000101011000001000011110110100100111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42B0; }

 p { color: rgb(203,66,176); }

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

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

 a { background-color: rgb(203,66,176); }

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

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

 span { border-color: rgb(203,66,176); }

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