Shades of Fuchsia #CC37CA
Tints of Fuchsia #CC37CA
RGB
CMYK
RGB Variations
Color information
#CC37CA (or 0xCC37CA) is known color: Fuchsia. HEX triplet: CC, 37 and CA. RGB value is (204,55,202). Sum of RGB (Red+Green+Blue) = 204+55+202=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37CA is #33C835. Grayscale: #737373. Windows color (decimal): -3393590 or 13252556. OLE color: 13252556.
HSL color Cylindrical-coordinate representation of color #CC37CA: hue angle of 300.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37CA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 202 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.2 |
| HSL | 300.81º | 0.59% | 0.51% | - |
| HSV(B) | 300.81º | 0.73% | 0.8% | - |
| XYZ | 36.93 | 19.83 | 57.76 | - |
| YUV | 116.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 202 | 0 | 0.73 | 0.01 | 0.2 | 300.81 | 0.59 | 0.51 |
| Hex | CC | 37 | CA | 0 | 49 | 1 | 14 | 12D | 3B | 33 |
| Octal | 314 | 67 | 312 | 0 | 111 | 1 | 24 | 455 | 73 | 63 |
| Binary | 11001100 | 110111 | 11001010 | 0 | 1001001 | 1 | 10100 | 100101101 | 111011 | 110011 |
Color Harmonies of #CC37CA
Complementary color
Monochromatic Colors of #CC37CA
Black with #CC37CA
Text Example
Text Example
White with #CC37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37CA; }
p { color: rgb(204,55,202); }
H1.HeaderClassName
{
color: #CC37CA;
}
.AnyTagClassName
{
color: #CC37CA;
}
</style>
background-color css
<style>
a { background-color: #CC37CA; }
a { background-color: rgb(204,55,202); }
div.DivClassName
{
background-color: #CC37CA;
}
.BgClassName
{
background-color: #CC37CA;
}
</style>
border-color css
<style>
span { border-color: #CC37CA; }
span { border-color: rgb(204,55,202); }
td.TdClassName
{
border-color: #CC37CA;
}
.TagClassName
{
border-color: #CC37CA;
}
</style>