Shades of Fuchsia #CC60CA
Tints of Fuchsia #CC60CA
RGB
CMYK
RGB Variations
Color information
#CC60CA (or 0xCC60CA) is known color: Fuchsia. HEX triplet: CC, 60 and CA. RGB value is (204,96,202). Sum of RGB (Red+Green+Blue) = 204+96+202=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CA is #339F35. Grayscale: #8C8C8C. Windows color (decimal): -3383094 or 13263052. OLE color: 13263052.
HSL color Cylindrical-coordinate representation of color #CC60CA: hue angle of 301.11º 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 #CC60CA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 202 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.2 |
| HSL | 301.11º | 0.51% | 0.59% | - |
| HSV(B) | 301.11º | 0.53% | 0.8% | - |
| XYZ | 39.75 | 25.47 | 58.7 | - |
| YUV | 140.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 202 | 0 | 0.53 | 0.01 | 0.2 | 301.11 | 0.51 | 0.59 |
| Hex | CC | 60 | CA | 0 | 35 | 1 | 14 | 12D | 33 | 3B |
| Octal | 314 | 140 | 312 | 0 | 65 | 1 | 24 | 455 | 63 | 73 |
| Binary | 11001100 | 1100000 | 11001010 | 0 | 110101 | 1 | 10100 | 100101101 | 110011 | 111011 |
Color Harmonies of #CC60CA
Complementary color
Monochromatic Colors of #CC60CA
Black with #CC60CA
Text Example
Text Example
White with #CC60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60CA; }
p { color: rgb(204,96,202); }
H1.HeaderClassName
{
color: #CC60CA;
}
.AnyTagClassName
{
color: #CC60CA;
}
</style>
background-color css
<style>
a { background-color: #CC60CA; }
a { background-color: rgb(204,96,202); }
div.DivClassName
{
background-color: #CC60CA;
}
.BgClassName
{
background-color: #CC60CA;
}
</style>
border-color css
<style>
span { border-color: #CC60CA; }
span { border-color: rgb(204,96,202); }
td.TdClassName
{
border-color: #CC60CA;
}
.TagClassName
{
border-color: #CC60CA;
}
</style>