#CB60B8

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

Shades of Fuchsia #CB60B8

Tints of Fuchsia #CB60B8

Color information

#CB60B8 (or 0xCB60B8) is unknown color: approx Fuchsia. HEX triplet: CB, 60 and B8. RGB value is (203,96,184). Sum of RGB (Red+Green+Blue) = 203+96+184=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60B8 is #349F47. Grayscale: #898989. Windows color (decimal): -3448648 or 12083403. OLE color: 12083403.

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

Color convert

RGB20396184-
CMYK00.530.090.20
HSL310.65º50.71%58.63%-
HSV(B)310.65º52.71%79.61%-
XYZ37.4624.5248.11-
YUV138.02153.95174.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=42.03%
G=19.88%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039618400.530.090.20310.6550.7158.63
HexCB60B8035914137333b
Octal31314027006511244676373
Binary110010111100000101110000110101100110100100110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60B8; }

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

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

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

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

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

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

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

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