Shades of Fuchsia #CC51D3
Tints of Fuchsia #CC51D3
RGB
CMYK
RGB Variations
Color information
#CC51D3 (or 0xCC51D3) is known color: Fuchsia. HEX triplet: CC, 51 and D3. RGB value is (204,81,211). Sum of RGB (Red+Green+Blue) = 204+81+211=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC51D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51D3 is #33AE2C. Grayscale: #848484. Windows color (decimal): -3386925 or 13849036. OLE color: 13849036.
HSL color Cylindrical-coordinate representation of color #CC51D3: hue angle of 296.77º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC51D3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 81 | 211 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.17 |
| HSL | 296.77º | 0.6% | 0.57% | - |
| HSV(B) | 296.77º | 0.62% | 0.83% | - |
| XYZ | 39.6 | 23.43 | 64.06 | - |
| YUV | 132.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 211 | 0.03 | 0.62 | 0 | 0.17 | 296.77 | 0.6 | 0.57 |
| Hex | CC | 51 | D3 | 3 | 3E | 0 | 11 | 129 | 3C | 39 |
| Octal | 314 | 121 | 323 | 3 | 76 | 0 | 21 | 451 | 74 | 71 |
| Binary | 11001100 | 1010001 | 11010011 | 11 | 111110 | 0 | 10001 | 100101001 | 111100 | 111001 |
Color Harmonies of #CC51D3
Complementary color
Monochromatic Colors of #CC51D3
Black with #CC51D3
Text Example
Text Example
White with #CC51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51D3; }
p { color: rgb(204,81,211); }
H1.HeaderClassName
{
color: #CC51D3;
}
.AnyTagClassName
{
color: #CC51D3;
}
</style>
background-color css
<style>
a { background-color: #CC51D3; }
a { background-color: rgb(204,81,211); }
div.DivClassName
{
background-color: #CC51D3;
}
.BgClassName
{
background-color: #CC51D3;
}
</style>
border-color css
<style>
span { border-color: #CC51D3; }
span { border-color: rgb(204,81,211); }
td.TdClassName
{
border-color: #CC51D3;
}
.TagClassName
{
border-color: #CC51D3;
}
</style>