#CC60B6

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

Shades of Fuchsia #CC60B6

Tints of Fuchsia #CC60B6

Color information

#CC60B6 (or 0xCC60B6) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and B6. RGB value is (204,96,182). Sum of RGB (Red+Green+Blue) = 204+96+182=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60B6 is #339F49. Grayscale: #898989. Windows color (decimal): -3383114 or 11952332. OLE color: 11952332.

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

Color convert

RGB20496182-
CMYK00.530.110.2
HSL312.22º51.43%58.82%-
HSV(B)312.22º52.94%80%-
XYZ37.5324.5847.02-
YUV138.1152.78175.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=42.32%
G=19.92%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049618200.530.110.2312.2251.4358.82
HexCC60B6035B14138333b
Octal31414026606513244706373
Binary110011001100000101101100110101101110100100111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60B6; }

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

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

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

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

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

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

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

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