Shades of Fuchsia #CC61CA
Tints of Fuchsia #CC61CA
RGB
CMYK
RGB Variations
Color information
#CC61CA (or 0xCC61CA) is known color: Fuchsia. HEX triplet: CC, 61 and CA. RGB value is (204,97,202). Sum of RGB (Red+Green+Blue) = 204+97+202=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CA is #339E35. Grayscale: #8C8C8C. Windows color (decimal): -3382838 or 13263308. OLE color: 13263308.
HSL color Cylindrical-coordinate representation of color #CC61CA: hue angle of 301.12º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61CA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 202 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.2 |
| HSL | 301.12º | 0.51% | 0.59% | - |
| HSV(B) | 301.12º | 0.52% | 0.8% | - |
| XYZ | 39.84 | 25.65 | 58.73 | - |
| YUV | 140.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 202 | 0 | 0.52 | 0.01 | 0.2 | 301.12 | 0.51 | 0.59 |
| Hex | CC | 61 | CA | 0 | 34 | 1 | 14 | 12D | 33 | 3B |
| Octal | 314 | 141 | 312 | 0 | 64 | 1 | 24 | 455 | 63 | 73 |
| Binary | 11001100 | 1100001 | 11001010 | 0 | 110100 | 1 | 10100 | 100101101 | 110011 | 111011 |
Color Harmonies of #CC61CA
Complementary color
Monochromatic Colors of #CC61CA
Black with #CC61CA
Text Example
Text Example
White with #CC61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61CA; }
p { color: rgb(204,97,202); }
H1.HeaderClassName
{
color: #CC61CA;
}
.AnyTagClassName
{
color: #CC61CA;
}
</style>
background-color css
<style>
a { background-color: #CC61CA; }
a { background-color: rgb(204,97,202); }
div.DivClassName
{
background-color: #CC61CA;
}
.BgClassName
{
background-color: #CC61CA;
}
</style>
border-color css
<style>
span { border-color: #CC61CA; }
span { border-color: rgb(204,97,202); }
td.TdClassName
{
border-color: #CC61CA;
}
.TagClassName
{
border-color: #CC61CA;
}
</style>