Shades of Fuchsia #CC61CC
Tints of Fuchsia #CC61CC
RGB
CMYK
RGB Variations
Color information
#CC61CC (or 0xCC61CC) is known color: Fuchsia. HEX triplet: CC, 61 and CC. RGB value is (204,97,204). Sum of RGB (Red+Green+Blue) = 204+97+204=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CC is #339E33. Grayscale: #8C8C8C. Windows color (decimal): -3382836 or 13394380. OLE color: 13394380.
HSL color Cylindrical-coordinate representation of color #CC61CC: hue angle of 300º 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 #CC61CC is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 204 | - |
| CMYK | 0 | 0.52 | 0 | 0.2 |
| HSL | 300º | 0.51% | 0.59% | - |
| HSV(B) | 300º | 0.52% | 0.8% | - |
| XYZ | 40.08 | 25.75 | 59.98 | - |
| YUV | 141.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 204 | 0 | 0.52 | 0 | 0.2 | 300 | 0.51 | 0.59 |
| Hex | CC | 61 | CC | 0 | 34 | 0 | 14 | 12C | 33 | 3B |
| Octal | 314 | 141 | 314 | 0 | 64 | 0 | 24 | 454 | 63 | 73 |
| Binary | 11001100 | 1100001 | 11001100 | 0 | 110100 | 0 | 10100 | 100101100 | 110011 | 111011 |
Color Harmonies of #CC61CC
Complementary color
Monochromatic Colors of #CC61CC
Black with #CC61CC
Text Example
Text Example
White with #CC61CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61CC; }
p { color: rgb(204,97,204); }
H1.HeaderClassName
{
color: #CC61CC;
}
.AnyTagClassName
{
color: #CC61CC;
}
</style>
background-color css
<style>
a { background-color: #CC61CC; }
a { background-color: rgb(204,97,204); }
div.DivClassName
{
background-color: #CC61CC;
}
.BgClassName
{
background-color: #CC61CC;
}
</style>
border-color css
<style>
span { border-color: #CC61CC; }
span { border-color: rgb(204,97,204); }
td.TdClassName
{
border-color: #CC61CC;
}
.TagClassName
{
border-color: #CC61CC;
}
</style>