Shades of Fuchsia #CC51B8
Tints of Fuchsia #CC51B8
RGB
CMYK
RGB Variations
Color information
#CC51B8 (or 0xCC51B8) is known color: Fuchsia. HEX triplet: CC, 51 and B8. RGB value is (204,81,184). Sum of RGB (Red+Green+Blue) = 204+81+184=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51B8 is #33AE47. Grayscale: #818181. Windows color (decimal): -3386952 or 12079564. OLE color: 12079564.
HSL color Cylindrical-coordinate representation of color #CC51B8: hue angle of 309.76º 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 #CC51B8 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 184 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.2 |
| HSL | 309.76º | 0.55% | 0.56% | - |
| HSV(B) | 309.76º | 0.6% | 0.8% | - |
| XYZ | 36.5 | 22.18 | 47.71 | - |
| YUV | 129.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 184 | 0 | 0.60 | 0.10 | 0.2 | 309.76 | 0.55 | 0.56 |
| Hex | CC | 51 | B8 | 0 | 3C | A | 14 | 136 | 37 | 38 |
| Octal | 314 | 121 | 270 | 0 | 74 | 12 | 24 | 466 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10111000 | 0 | 111100 | 1010 | 10100 | 100110110 | 110111 | 111000 |
Color Harmonies of #CC51B8
Complementary color
Monochromatic Colors of #CC51B8
Black with #CC51B8
Text Example
Text Example
White with #CC51B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51B8; }
p { color: rgb(204,81,184); }
H1.HeaderClassName
{
color: #CC51B8;
}
.AnyTagClassName
{
color: #CC51B8;
}
</style>
background-color css
<style>
a { background-color: #CC51B8; }
a { background-color: rgb(204,81,184); }
div.DivClassName
{
background-color: #CC51B8;
}
.BgClassName
{
background-color: #CC51B8;
}
</style>
border-color css
<style>
span { border-color: #CC51B8; }
span { border-color: rgb(204,81,184); }
td.TdClassName
{
border-color: #CC51B8;
}
.TagClassName
{
border-color: #CC51B8;
}
</style>