Shades of Fuchsia #CD40C5
Tints of Fuchsia #CD40C5
RGB
CMYK
RGB Variations
Color information
#CD40C5 (or 0xCD40C5) is known color: Fuchsia. HEX triplet: CD, 40 and C5. RGB value is (205,64,197). Sum of RGB (Red+Green+Blue) = 205+64+197=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40C5 is #32BF3A. Grayscale: #787878. Windows color (decimal): -3325755 or 12927181. OLE color: 12927181.
HSL color Cylindrical-coordinate representation of color #CD40C5: hue angle of 303.4º 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 #CD40C5 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 197 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.20 |
| HSL | 303.4º | 0.59% | 0.53% | - |
| HSV(B) | 303.4º | 0.69% | 0.8% | - |
| XYZ | 37.09 | 20.68 | 54.86 | - |
| YUV | 121.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 197 | 0 | 0.69 | 0.04 | 0.20 | 303.4 | 0.59 | 0.53 |
| Hex | CD | 40 | C5 | 0 | 45 | 4 | 14 | 12F | 3B | 35 |
| Octal | 315 | 100 | 305 | 0 | 105 | 4 | 24 | 457 | 73 | 65 |
| Binary | 11001101 | 1000000 | 11000101 | 0 | 1000101 | 100 | 10100 | 100101111 | 111011 | 110101 |
Color Harmonies of #CD40C5
Complementary color
Monochromatic Colors of #CD40C5
Black with #CD40C5
Text Example
Text Example
White with #CD40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40C5; }
p { color: rgb(205,64,197); }
H1.HeaderClassName
{
color: #CD40C5;
}
.AnyTagClassName
{
color: #CD40C5;
}
</style>
background-color css
<style>
a { background-color: #CD40C5; }
a { background-color: rgb(205,64,197); }
div.DivClassName
{
background-color: #CD40C5;
}
.BgClassName
{
background-color: #CD40C5;
}
</style>
border-color css
<style>
span { border-color: #CD40C5; }
span { border-color: rgb(205,64,197); }
td.TdClassName
{
border-color: #CD40C5;
}
.TagClassName
{
border-color: #CD40C5;
}
</style>