Shades of Fuchsia #CC61C8
Tints of Fuchsia #CC61C8
RGB
CMYK
RGB Variations
Color information
#CC61C8 (or 0xCC61C8) is known color: Fuchsia. HEX triplet: CC, 61 and C8. RGB value is (204,97,200). Sum of RGB (Red+Green+Blue) = 204+97+200=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C8 is #339E37. Grayscale: #8C8C8C. Windows color (decimal): -3382840 or 13132236. OLE color: 13132236.
HSL color Cylindrical-coordinate representation of color #CC61C8: hue angle of 302.24º 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 #CC61C8 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 200 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.2 |
| HSL | 302.24º | 0.51% | 0.59% | - |
| HSV(B) | 302.24º | 0.52% | 0.8% | - |
| XYZ | 39.6 | 25.56 | 57.49 | - |
| YUV | 140.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 200 | 0 | 0.52 | 0.02 | 0.2 | 302.24 | 0.51 | 0.59 |
| Hex | CC | 61 | C8 | 0 | 34 | 2 | 14 | 12E | 33 | 3B |
| Octal | 314 | 141 | 310 | 0 | 64 | 2 | 24 | 456 | 63 | 73 |
| Binary | 11001100 | 1100001 | 11001000 | 0 | 110100 | 10 | 10100 | 100101110 | 110011 | 111011 |
Color Harmonies of #CC61C8
Complementary color
Monochromatic Colors of #CC61C8
Black with #CC61C8
Text Example
Text Example
White with #CC61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61C8; }
p { color: rgb(204,97,200); }
H1.HeaderClassName
{
color: #CC61C8;
}
.AnyTagClassName
{
color: #CC61C8;
}
</style>
background-color css
<style>
a { background-color: #CC61C8; }
a { background-color: rgb(204,97,200); }
div.DivClassName
{
background-color: #CC61C8;
}
.BgClassName
{
background-color: #CC61C8;
}
</style>
border-color css
<style>
span { border-color: #CC61C8; }
span { border-color: rgb(204,97,200); }
td.TdClassName
{
border-color: #CC61C8;
}
.TagClassName
{
border-color: #CC61C8;
}
</style>