#CB60CC

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

Shades of Fuchsia #CB60CC

Tints of Fuchsia #CB60CC

Color information

#CB60CC (or 0xCB60CC) is unknown color: approx Fuchsia. HEX triplet: CB, 60 and CC. RGB value is (203,96,204). Sum of RGB (Red+Green+Blue) = 203+96+204=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60CC is #349F33. Grayscale: #8B8B8B. Windows color (decimal): -3448628 or 13394123. OLE color: 13394123.

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

Color convert

RGB20396204-
CMYK0.000.5300.2
HSL299.44º51.43%58.82%-
HSV(B)299.44º52.94%80%-
XYZ39.7125.4259.94-
YUV140.3163.95172.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=40.36%
G=19.09%
B=40.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203962040.000.5300.2299.4451.4358.82
HexCB60CC03501412b333b
Octal3131403140650244536373
Binary110010111100000110011000110101010100100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60CC; }

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

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

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

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

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

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

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

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