Shades of Fuchsia #CC60CE
Tints of Fuchsia #CC60CE
RGB
CMYK
RGB Variations
Color information
#CC60CE (or 0xCC60CE) is known color: Fuchsia. HEX triplet: CC, 60 and CE. RGB value is (204,96,206). Sum of RGB (Red+Green+Blue) = 204+96+206=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CE is #339F31. Grayscale: #8C8C8C. Windows color (decimal): -3383090 or 13525196. OLE color: 13525196.
HSL color Cylindrical-coordinate representation of color #CC60CE: hue angle of 298.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60CE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 96 | 206 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.19 |
| HSL | 298.91º | 0.53% | 0.59% | - |
| HSV(B) | 298.91º | 0.53% | 0.81% | - |
| XYZ | 40.23 | 25.66 | 61.23 | - |
| YUV | 140.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 206 | 0.01 | 0.53 | 0 | 0.19 | 298.91 | 0.53 | 0.59 |
| Hex | CC | 60 | CE | 1 | 35 | 0 | 13 | 12B | 35 | 3B |
| Octal | 314 | 140 | 316 | 1 | 65 | 0 | 23 | 453 | 65 | 73 |
| Binary | 11001100 | 1100000 | 11001110 | 1 | 110101 | 0 | 10011 | 100101011 | 110101 | 111011 |
Color Harmonies of #CC60CE
Complementary color
Monochromatic Colors of #CC60CE
Black with #CC60CE
Text Example
Text Example
White with #CC60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60CE; }
p { color: rgb(204,96,206); }
H1.HeaderClassName
{
color: #CC60CE;
}
.AnyTagClassName
{
color: #CC60CE;
}
</style>
background-color css
<style>
a { background-color: #CC60CE; }
a { background-color: rgb(204,96,206); }
div.DivClassName
{
background-color: #CC60CE;
}
.BgClassName
{
background-color: #CC60CE;
}
</style>
border-color css
<style>
span { border-color: #CC60CE; }
span { border-color: rgb(204,96,206); }
td.TdClassName
{
border-color: #CC60CE;
}
.TagClassName
{
border-color: #CC60CE;
}
</style>