#CB5BC0

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

Shades of Fuchsia #CB5BC0

Tints of Fuchsia #CB5BC0

Color information

#CB5BC0 (or 0xCB5BC0) is unknown color: approx Fuchsia. HEX triplet: CB, 5B and C0. RGB value is (203,91,192). Sum of RGB (Red+Green+Blue) = 203+91+192=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BC0 is #34A43F. Grayscale: #878787. Windows color (decimal): -3449920 or 12606411. OLE color: 12606411.

HSL color Cylindrical-coordinate representation of color #CB5BC0: hue angle of 305.89º 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 #CB5BC0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20391192-
CMYK00.550.050.20
HSL305.89º51.85%57.65%-
HSV(B)305.89º55.17%79.61%-
XYZ37.8823.9852.5-
YUV136159.61175.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=41.77%
G=18.72%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039119200.550.050.20305.8951.8557.65
HexCB5BC0037514132343a
Octal3131333000675244626472
Binary11001011101101111000000011011110110100100110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5BC0; }

 p { color: rgb(203,91,192); }

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

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

 a { background-color: rgb(203,91,192); }

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

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

 span { border-color: rgb(203,91,192); }

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