#CC60CF

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

Shades of Fuchsia #CC60CF

Tints of Fuchsia #CC60CF

Color information

#CC60CF (or 0xCC60CF) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and CF. RGB value is (204,96,207). Sum of RGB (Red+Green+Blue) = 204+96+207=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CF is #339F30. Grayscale: #8C8C8C. Windows color (decimal): -3383089 or 13590732. OLE color: 13590732.

HSL color Cylindrical-coordinate representation of color #CC60CF: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC60CF is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20496207-
CMYK0.010.5400.19
HSL298.38º53.62%59.41%-
HSV(B)298.38º53.62%81.18%-
XYZ40.3525.7161.87-
YUV140.95165.28172.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 96 (37.89% from 255) = 18.93%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=40.24%
G=18.93%
B=40.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204962070.010.5400.19298.3853.6259.41
HexCC60CF13601312a363b
Octal3141403171660234526673
Binary110011001100000110011111110110010011100101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60CF; }

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

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

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

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

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

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

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

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