#CC60CC

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

Shades of Fuchsia #CC60CC

Tints of Fuchsia #CC60CC

Color information

#CC60CC (or 0xCC60CC) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and CC. RGB value is (204,96,204). Sum of RGB (Red+Green+Blue) = 204+96+204=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CC is #339F33. Grayscale: #8C8C8C. Windows color (decimal): -3383092 or 13394124. OLE color: 13394124.

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

Color convert

RGB20496204-
CMYK00.5300.2
HSL300º51.43%58.82%-
HSV(B)300º52.94%80%-
XYZ39.9825.5659.95-
YUV140.6163.78173.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 19.05%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=40.48%
G=19.05%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049620400.5300.230051.4358.82
HexCC60CC03501412c333b
Octal3141403140650244546373
Binary110011001100000110011000110101010100100101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60CC; }

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

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

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

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

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

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

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

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