#CB60BA

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

Shades of Fuchsia #CB60BA

Tints of Fuchsia #CB60BA

Color information

#CB60BA (or 0xCB60BA) is unknown color: approx Fuchsia. HEX triplet: CB, 60 and BA. RGB value is (203,96,186). Sum of RGB (Red+Green+Blue) = 203+96+186=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60BA is #349F45. Grayscale: #8A8A8A. Windows color (decimal): -3448646 or 12214475. OLE color: 12214475.

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

Color convert

RGB20396186-
CMYK00.530.080.20
HSL309.53º50.71%58.63%-
HSV(B)309.53º52.71%79.61%-
XYZ37.6724.6149.22-
YUV138.25154.95174.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=41.86%
G=19.79%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039618600.530.080.20309.5350.7158.63
HexCB60BA035814136333b
Octal31314027206510244666373
Binary110010111100000101110100110101100010100100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60BA; }

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

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

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

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

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

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

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

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