#CB5CBD

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

Shades of Fuchsia #CB5CBD

Tints of Fuchsia #CB5CBD

Color information

#CB5CBD (or 0xCB5CBD) is unknown color: approx Fuchsia. HEX triplet: CB, 5C and BD. RGB value is (203,92,189). Sum of RGB (Red+Green+Blue) = 203+92+189=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CBD is #34A342. Grayscale: #878787. Windows color (decimal): -3449667 or 12410059. OLE color: 12410059.

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

Color convert

RGB20392189-
CMYK00.550.070.20
HSL307.57º51.63%57.84%-
HSV(B)307.57º54.68%79.61%-
XYZ37.6424.0250.8-
YUV136.25157.77175.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=41.94%
G=19.01%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039218900.550.070.20307.5751.6357.84
HexCB5CBD037714134343a
Octal3131342750677244646472
Binary11001011101110010111101011011111110100100110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CBD; }

 p { color: rgb(203,92,189); }

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

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

 a { background-color: rgb(203,92,189); }

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

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

 span { border-color: rgb(203,92,189); }

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