Shades of Fuchsia #CC51CE
Tints of Fuchsia #CC51CE
RGB
CMYK
RGB Variations
Color information
#CC51CE (or 0xCC51CE) is known color: Fuchsia. HEX triplet: CC, 51 and CE. RGB value is (204,81,206). Sum of RGB (Red+Green+Blue) = 204+81+206=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51CE is #33AE31. Grayscale: #838383. Windows color (decimal): -3386930 or 13521356. OLE color: 13521356.
HSL color Cylindrical-coordinate representation of color #CC51CE: hue angle of 299.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC51CE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 81 | 206 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.19 |
| HSL | 299.04º | 0.56% | 0.56% | - |
| HSV(B) | 299.04º | 0.61% | 0.81% | - |
| XYZ | 38.98 | 23.18 | 60.81 | - |
| YUV | 132.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 206 | 0.01 | 0.61 | 0 | 0.19 | 299.04 | 0.56 | 0.56 |
| Hex | CC | 51 | CE | 1 | 3D | 0 | 13 | 12B | 38 | 38 |
| Octal | 314 | 121 | 316 | 1 | 75 | 0 | 23 | 453 | 70 | 70 |
| Binary | 11001100 | 1010001 | 11001110 | 1 | 111101 | 0 | 10011 | 100101011 | 111000 | 111000 |
Color Harmonies of #CC51CE
Complementary color
Monochromatic Colors of #CC51CE
Black with #CC51CE
Text Example
Text Example
White with #CC51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51CE; }
p { color: rgb(204,81,206); }
H1.HeaderClassName
{
color: #CC51CE;
}
.AnyTagClassName
{
color: #CC51CE;
}
</style>
background-color css
<style>
a { background-color: #CC51CE; }
a { background-color: rgb(204,81,206); }
div.DivClassName
{
background-color: #CC51CE;
}
.BgClassName
{
background-color: #CC51CE;
}
</style>
border-color css
<style>
span { border-color: #CC51CE; }
span { border-color: rgb(204,81,206); }
td.TdClassName
{
border-color: #CC51CE;
}
.TagClassName
{
border-color: #CC51CE;
}
</style>