Shades of Fuchsia #CC51CA
Tints of Fuchsia #CC51CA
RGB
CMYK
RGB Variations
Color information
#CC51CA (or 0xCC51CA) is known color: Fuchsia. HEX triplet: CC, 51 and CA. RGB value is (204,81,202). Sum of RGB (Red+Green+Blue) = 204+81+202=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51CA is #33AE35. Grayscale: #838383. Windows color (decimal): -3386934 or 13259212. OLE color: 13259212.
HSL color Cylindrical-coordinate representation of color #CC51CA: hue angle of 300.98º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51CA is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 202 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.2 |
| HSL | 300.98º | 0.55% | 0.56% | - |
| HSV(B) | 300.98º | 0.6% | 0.8% | - |
| XYZ | 38.5 | 22.99 | 58.28 | - |
| YUV | 131.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 202 | 0 | 0.60 | 0.01 | 0.2 | 300.98 | 0.55 | 0.56 |
| Hex | CC | 51 | CA | 0 | 3C | 1 | 14 | 12D | 37 | 38 |
| Octal | 314 | 121 | 312 | 0 | 74 | 1 | 24 | 455 | 67 | 70 |
| Binary | 11001100 | 1010001 | 11001010 | 0 | 111100 | 1 | 10100 | 100101101 | 110111 | 111000 |
Color Harmonies of #CC51CA
Complementary color
Monochromatic Colors of #CC51CA
Black with #CC51CA
Text Example
Text Example
White with #CC51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51CA; }
p { color: rgb(204,81,202); }
H1.HeaderClassName
{
color: #CC51CA;
}
.AnyTagClassName
{
color: #CC51CA;
}
</style>
background-color css
<style>
a { background-color: #CC51CA; }
a { background-color: rgb(204,81,202); }
div.DivClassName
{
background-color: #CC51CA;
}
.BgClassName
{
background-color: #CC51CA;
}
</style>
border-color css
<style>
span { border-color: #CC51CA; }
span { border-color: rgb(204,81,202); }
td.TdClassName
{
border-color: #CC51CA;
}
.TagClassName
{
border-color: #CC51CA;
}
</style>