Shades of Fuchsia #CC4DD1
Tints of Fuchsia #CC4DD1
RGB
CMYK
RGB Variations
Color information
#CC4DD1 (or 0xCC4DD1) is known color: Fuchsia. HEX triplet: CC, 4D and D1. RGB value is (204,77,209). Sum of RGB (Red+Green+Blue) = 204+77+209=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC4DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DD1 is #33B22E. Grayscale: #818181. Windows color (decimal): -3387951 or 13716940. OLE color: 13716940.
HSL color Cylindrical-coordinate representation of color #CC4DD1: hue angle of 297.73º 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 #CC4DD1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 77 | 209 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.18 |
| HSL | 297.73º | 0.59% | 0.56% | - |
| HSV(B) | 297.73º | 0.63% | 0.82% | - |
| XYZ | 39.06 | 22.75 | 62.65 | - |
| YUV | 130.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 209 | 0.02 | 0.63 | 0 | 0.18 | 297.73 | 0.59 | 0.56 |
| Hex | CC | 4D | D1 | 2 | 3F | 0 | 12 | 12A | 3B | 38 |
| Octal | 314 | 115 | 321 | 2 | 77 | 0 | 22 | 452 | 73 | 70 |
| Binary | 11001100 | 1001101 | 11010001 | 10 | 111111 | 0 | 10010 | 100101010 | 111011 | 111000 |
Color Harmonies of #CC4DD1
Complementary color
Monochromatic Colors of #CC4DD1
Black with #CC4DD1
Text Example
Text Example
White with #CC4DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DD1; }
p { color: rgb(204,77,209); }
H1.HeaderClassName
{
color: #CC4DD1;
}
.AnyTagClassName
{
color: #CC4DD1;
}
</style>
background-color css
<style>
a { background-color: #CC4DD1; }
a { background-color: rgb(204,77,209); }
div.DivClassName
{
background-color: #CC4DD1;
}
.BgClassName
{
background-color: #CC4DD1;
}
</style>
border-color css
<style>
span { border-color: #CC4DD1; }
span { border-color: rgb(204,77,209); }
td.TdClassName
{
border-color: #CC4DD1;
}
.TagClassName
{
border-color: #CC4DD1;
}
</style>