Shades of Fuchsia #CD40C8
Tints of Fuchsia #CD40C8
RGB
CMYK
RGB Variations
Color information
#CD40C8 (or 0xCD40C8) is known color: Fuchsia. HEX triplet: CD, 40 and C8. RGB value is (205,64,200). Sum of RGB (Red+Green+Blue) = 205+64+200=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40C8 is #32BF37. Grayscale: #797979. Windows color (decimal): -3325752 or 13123789. OLE color: 13123789.
HSL color Cylindrical-coordinate representation of color #CD40C8: hue angle of 302.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD40C8 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 200 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.20 |
| HSL | 302.13º | 0.59% | 0.53% | - |
| HSV(B) | 302.13º | 0.69% | 0.8% | - |
| XYZ | 37.44 | 20.82 | 56.69 | - |
| YUV | 121.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 200 | 0 | 0.69 | 0.02 | 0.20 | 302.13 | 0.59 | 0.53 |
| Hex | CD | 40 | C8 | 0 | 45 | 2 | 14 | 12E | 3B | 35 |
| Octal | 315 | 100 | 310 | 0 | 105 | 2 | 24 | 456 | 73 | 65 |
| Binary | 11001101 | 1000000 | 11001000 | 0 | 1000101 | 10 | 10100 | 100101110 | 111011 | 110101 |
Color Harmonies of #CD40C8
Complementary color
Monochromatic Colors of #CD40C8
Black with #CD40C8
Text Example
Text Example
White with #CD40C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40C8; }
p { color: rgb(205,64,200); }
H1.HeaderClassName
{
color: #CD40C8;
}
.AnyTagClassName
{
color: #CD40C8;
}
</style>
background-color css
<style>
a { background-color: #CD40C8; }
a { background-color: rgb(205,64,200); }
div.DivClassName
{
background-color: #CD40C8;
}
.BgClassName
{
background-color: #CD40C8;
}
</style>
border-color css
<style>
span { border-color: #CD40C8; }
span { border-color: rgb(205,64,200); }
td.TdClassName
{
border-color: #CD40C8;
}
.TagClassName
{
border-color: #CD40C8;
}
</style>