Shades of Fuchsia #CD42C5
Tints of Fuchsia #CD42C5
RGB
CMYK
RGB Variations
Color information
#CD42C5 (or 0xCD42C5) is known color: Fuchsia. HEX triplet: CD, 42 and C5. RGB value is (205,66,197). Sum of RGB (Red+Green+Blue) = 205+66+197=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42C5 is #32BD3A. Grayscale: #7A7A7A. Windows color (decimal): -3325243 or 12927693. OLE color: 12927693.
HSL color Cylindrical-coordinate representation of color #CD42C5: hue angle of 303.45º 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 #CD42C5 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 197 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.20 |
| HSL | 303.45º | 0.58% | 0.53% | - |
| HSV(B) | 303.45º | 0.68% | 0.8% | - |
| XYZ | 37.2 | 20.91 | 54.9 | - |
| YUV | 122.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 197 | 0 | 0.68 | 0.04 | 0.20 | 303.45 | 0.58 | 0.53 |
| Hex | CD | 42 | C5 | 0 | 44 | 4 | 14 | 12F | 3A | 35 |
| Octal | 315 | 102 | 305 | 0 | 104 | 4 | 24 | 457 | 72 | 65 |
| Binary | 11001101 | 1000010 | 11000101 | 0 | 1000100 | 100 | 10100 | 100101111 | 111010 | 110101 |
Color Harmonies of #CD42C5
Complementary color
Monochromatic Colors of #CD42C5
Black with #CD42C5
Text Example
Text Example
White with #CD42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42C5; }
p { color: rgb(205,66,197); }
H1.HeaderClassName
{
color: #CD42C5;
}
.AnyTagClassName
{
color: #CD42C5;
}
</style>
background-color css
<style>
a { background-color: #CD42C5; }
a { background-color: rgb(205,66,197); }
div.DivClassName
{
background-color: #CD42C5;
}
.BgClassName
{
background-color: #CD42C5;
}
</style>
border-color css
<style>
span { border-color: #CD42C5; }
span { border-color: rgb(205,66,197); }
td.TdClassName
{
border-color: #CD42C5;
}
.TagClassName
{
border-color: #CD42C5;
}
</style>