Shades of Fuchsia #CC4ED3
Tints of Fuchsia #CC4ED3
RGB
CMYK
RGB Variations
Color information
#CC4ED3 (or 0xCC4ED3) is known color: Fuchsia. HEX triplet: CC, 4E and D3. RGB value is (204,78,211). Sum of RGB (Red+Green+Blue) = 204+78+211=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC4ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ED3 is #33B12C. Grayscale: #828282. Windows color (decimal): -3387693 or 13848268. OLE color: 13848268.
HSL color Cylindrical-coordinate representation of color #CC4ED3: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4ED3 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 78 | 211 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.17 |
| HSL | 296.84º | 0.6% | 0.57% | - |
| HSV(B) | 296.84º | 0.63% | 0.83% | - |
| XYZ | 39.38 | 22.99 | 63.99 | - |
| YUV | 130.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 211 | 0.03 | 0.63 | 0 | 0.17 | 296.84 | 0.6 | 0.57 |
| Hex | CC | 4E | D3 | 3 | 3F | 0 | 11 | 129 | 3C | 39 |
| Octal | 314 | 116 | 323 | 3 | 77 | 0 | 21 | 451 | 74 | 71 |
| Binary | 11001100 | 1001110 | 11010011 | 11 | 111111 | 0 | 10001 | 100101001 | 111100 | 111001 |
Color Harmonies of #CC4ED3
Complementary color
Monochromatic Colors of #CC4ED3
Black with #CC4ED3
Text Example
Text Example
White with #CC4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ED3; }
p { color: rgb(204,78,211); }
H1.HeaderClassName
{
color: #CC4ED3;
}
.AnyTagClassName
{
color: #CC4ED3;
}
</style>
background-color css
<style>
a { background-color: #CC4ED3; }
a { background-color: rgb(204,78,211); }
div.DivClassName
{
background-color: #CC4ED3;
}
.BgClassName
{
background-color: #CC4ED3;
}
</style>
border-color css
<style>
span { border-color: #CC4ED3; }
span { border-color: rgb(204,78,211); }
td.TdClassName
{
border-color: #CC4ED3;
}
.TagClassName
{
border-color: #CC4ED3;
}
</style>