Shades of Fuchsia #CD42C9
Tints of Fuchsia #CD42C9
RGB
CMYK
RGB Variations
Color information
#CD42C9 (or 0xCD42C9) is known color: Fuchsia. HEX triplet: CD, 42 and C9. RGB value is (205,66,201). Sum of RGB (Red+Green+Blue) = 205+66+201=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42C9 is #32BD36. Grayscale: #7A7A7A. Windows color (decimal): -3325239 or 13189837. OLE color: 13189837.
HSL color Cylindrical-coordinate representation of color #CD42C9: hue angle of 301.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42C9 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 201 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.20 |
| HSL | 301.73º | 0.58% | 0.53% | - |
| HSV(B) | 301.73º | 0.68% | 0.8% | - |
| XYZ | 37.67 | 21.09 | 57.34 | - |
| YUV | 122.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 201 | 0 | 0.68 | 0.02 | 0.20 | 301.73 | 0.58 | 0.53 |
| Hex | CD | 42 | C9 | 0 | 44 | 2 | 14 | 12E | 3A | 35 |
| Octal | 315 | 102 | 311 | 0 | 104 | 2 | 24 | 456 | 72 | 65 |
| Binary | 11001101 | 1000010 | 11001001 | 0 | 1000100 | 10 | 10100 | 100101110 | 111010 | 110101 |
Color Harmonies of #CD42C9
Complementary color
Monochromatic Colors of #CD42C9
Black with #CD42C9
Text Example
Text Example
White with #CD42C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42C9; }
p { color: rgb(205,66,201); }
H1.HeaderClassName
{
color: #CD42C9;
}
.AnyTagClassName
{
color: #CD42C9;
}
</style>
background-color css
<style>
a { background-color: #CD42C9; }
a { background-color: rgb(205,66,201); }
div.DivClassName
{
background-color: #CD42C9;
}
.BgClassName
{
background-color: #CD42C9;
}
</style>
border-color css
<style>
span { border-color: #CD42C9; }
span { border-color: rgb(205,66,201); }
td.TdClassName
{
border-color: #CD42C9;
}
.TagClassName
{
border-color: #CD42C9;
}
</style>