Shades of Fuchsia #CC4ED1
Tints of Fuchsia #CC4ED1
RGB
CMYK
RGB Variations
Color information
#CC4ED1 (or 0xCC4ED1) is known color: Fuchsia. HEX triplet: CC, 4E and D1. RGB value is (204,78,209). Sum of RGB (Red+Green+Blue) = 204+78+209=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ED1 is #33B12E. Grayscale: #828282. Windows color (decimal): -3387695 or 13717196. OLE color: 13717196.
HSL color Cylindrical-coordinate representation of color #CC4ED1: hue angle of 297.71º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4ED1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 78 | 209 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.18 |
| HSL | 297.71º | 0.59% | 0.56% | - |
| HSV(B) | 297.71º | 0.63% | 0.82% | - |
| XYZ | 39.13 | 22.89 | 62.68 | - |
| YUV | 130.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 209 | 0.02 | 0.63 | 0 | 0.18 | 297.71 | 0.59 | 0.56 |
| Hex | CC | 4E | D1 | 2 | 3F | 0 | 12 | 12A | 3B | 38 |
| Octal | 314 | 116 | 321 | 2 | 77 | 0 | 22 | 452 | 73 | 70 |
| Binary | 11001100 | 1001110 | 11010001 | 10 | 111111 | 0 | 10010 | 100101010 | 111011 | 111000 |
Color Harmonies of #CC4ED1
Complementary color
Monochromatic Colors of #CC4ED1
Black with #CC4ED1
Text Example
Text Example
White with #CC4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ED1; }
p { color: rgb(204,78,209); }
H1.HeaderClassName
{
color: #CC4ED1;
}
.AnyTagClassName
{
color: #CC4ED1;
}
</style>
background-color css
<style>
a { background-color: #CC4ED1; }
a { background-color: rgb(204,78,209); }
div.DivClassName
{
background-color: #CC4ED1;
}
.BgClassName
{
background-color: #CC4ED1;
}
</style>
border-color css
<style>
span { border-color: #CC4ED1; }
span { border-color: rgb(204,78,209); }
td.TdClassName
{
border-color: #CC4ED1;
}
.TagClassName
{
border-color: #CC4ED1;
}
</style>