Shades of Fuchsia #CC51C0
Tints of Fuchsia #CC51C0
RGB
CMYK
RGB Variations
Color information
#CC51C0 (or 0xCC51C0) is known color: Fuchsia. HEX triplet: CC, 51 and C0. RGB value is (204,81,192). Sum of RGB (Red+Green+Blue) = 204+81+192=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51C0 is #33AE3F. Grayscale: #828282. Windows color (decimal): -3386944 or 12603852. OLE color: 12603852.
HSL color Cylindrical-coordinate representation of color #CC51C0: hue angle of 305.85º 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 #CC51C0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 192 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.2 |
| HSL | 305.85º | 0.55% | 0.56% | - |
| HSV(B) | 305.85º | 0.6% | 0.8% | - |
| XYZ | 37.36 | 22.53 | 52.25 | - |
| YUV | 130.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 192 | 0 | 0.60 | 0.06 | 0.2 | 305.85 | 0.55 | 0.56 |
| Hex | CC | 51 | C0 | 0 | 3C | 6 | 14 | 132 | 37 | 38 |
| Octal | 314 | 121 | 300 | 0 | 74 | 6 | 24 | 462 | 67 | 70 |
| Binary | 11001100 | 1010001 | 11000000 | 0 | 111100 | 110 | 10100 | 100110010 | 110111 | 111000 |
Color Harmonies of #CC51C0
Complementary color
Monochromatic Colors of #CC51C0
Black with #CC51C0
Text Example
Text Example
White with #CC51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51C0; }
p { color: rgb(204,81,192); }
H1.HeaderClassName
{
color: #CC51C0;
}
.AnyTagClassName
{
color: #CC51C0;
}
</style>
background-color css
<style>
a { background-color: #CC51C0; }
a { background-color: rgb(204,81,192); }
div.DivClassName
{
background-color: #CC51C0;
}
.BgClassName
{
background-color: #CC51C0;
}
</style>
border-color css
<style>
span { border-color: #CC51C0; }
span { border-color: rgb(204,81,192); }
td.TdClassName
{
border-color: #CC51C0;
}
.TagClassName
{
border-color: #CC51C0;
}
</style>