#CB5CBA

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

Shades of Fuchsia #CB5CBA

Tints of Fuchsia #CB5CBA

Color information

#CB5CBA (or 0xCB5CBA) is unknown color: approx Fuchsia. HEX triplet: CB, 5C and BA. RGB value is (203,92,186). Sum of RGB (Red+Green+Blue) = 203+92+186=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CBA is #34A345. Grayscale: #878787. Windows color (decimal): -3449670 or 12213451. OLE color: 12213451.

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

Color convert

RGB20392186-
CMYK00.550.080.20
HSL309.19º51.63%57.84%-
HSV(B)309.19º54.68%79.61%-
XYZ37.3223.949.1-
YUV135.9156.27175.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=42.20%
G=19.13%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039218600.550.080.20309.1951.6357.84
HexCB5CBA037814135343a
Octal31313427206710244656472
Binary110010111011100101110100110111100010100100110101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CBA; }

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

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

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

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

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

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

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

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