#CB5AC0

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

Shades of Fuchsia #CB5AC0

Tints of Fuchsia #CB5AC0

Color information

#CB5AC0 (or 0xCB5AC0) is unknown color: approx Fuchsia. HEX triplet: CB, 5A and C0. RGB value is (203,90,192). Sum of RGB (Red+Green+Blue) = 203+90+192=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AC0 is #34A53F. Grayscale: #878787. Windows color (decimal): -3450176 or 12606155. OLE color: 12606155.

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

Color convert

RGB20390192-
CMYK00.560.050.20
HSL305.84º52.07%57.45%-
HSV(B)305.84º55.67%79.61%-
XYZ37.823.8152.47-
YUV135.42159.94176.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 90 (35.55% from 255) = 18.56%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=41.86%
G=18.56%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039019200.560.050.20305.8452.0757.45
HexCB5AC00385141323439
Octal3131323000705244626471
Binary11001011101101011000000011100010110100100110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5AC0; }

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

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

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

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

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

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

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

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