Shades of Fuchsia #CC51C2
Tints of Fuchsia #CC51C2
RGB
CMYK
RGB Variations
Color information
#CC51C2 (or 0xCC51C2) is known color: Fuchsia. HEX triplet: CC, 51 and C2. RGB value is (204,81,194). Sum of RGB (Red+Green+Blue) = 204+81+194=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51C2 is #33AE3D. Grayscale: #828282. Windows color (decimal): -3386942 or 12734924. OLE color: 12734924.
HSL color Cylindrical-coordinate representation of color #CC51C2: hue angle of 304.88º 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 #CC51C2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 194 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.2 |
| HSL | 304.88º | 0.55% | 0.56% | - |
| HSV(B) | 304.88º | 0.6% | 0.8% | - |
| XYZ | 37.58 | 22.62 | 53.42 | - |
| YUV | 130.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 194 | 0 | 0.60 | 0.05 | 0.2 | 304.88 | 0.55 | 0.56 |
| Hex | CC | 51 | C2 | 0 | 3C | 5 | 14 | 131 | 37 | 38 |
| Octal | 314 | 121 | 302 | 0 | 74 | 5 | 24 | 461 | 67 | 70 |
| Binary | 11001100 | 1010001 | 11000010 | 0 | 111100 | 101 | 10100 | 100110001 | 110111 | 111000 |
Color Harmonies of #CC51C2
Complementary color
Monochromatic Colors of #CC51C2
Black with #CC51C2
Text Example
Text Example
White with #CC51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51C2; }
p { color: rgb(204,81,194); }
H1.HeaderClassName
{
color: #CC51C2;
}
.AnyTagClassName
{
color: #CC51C2;
}
</style>
background-color css
<style>
a { background-color: #CC51C2; }
a { background-color: rgb(204,81,194); }
div.DivClassName
{
background-color: #CC51C2;
}
.BgClassName
{
background-color: #CC51C2;
}
</style>
border-color css
<style>
span { border-color: #CC51C2; }
span { border-color: rgb(204,81,194); }
td.TdClassName
{
border-color: #CC51C2;
}
.TagClassName
{
border-color: #CC51C2;
}
</style>