Shades of Fuchsia #CD40D3
Tints of Fuchsia #CD40D3
RGB
CMYK
RGB Variations
Color information
#CD40D3 (or 0xCD40D3) is known color: Fuchsia. HEX triplet: CD, 40 and D3. RGB value is (205,64,211). Sum of RGB (Red+Green+Blue) = 205+64+211=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40D3 is #32BF2C. Grayscale: #7A7A7A. Windows color (decimal): -3325741 or 13844685. OLE color: 13844685.
HSL color Cylindrical-coordinate representation of color #CD40D3: hue angle of 297.55º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD40D3 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 64 | 211 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.17 |
| HSL | 297.55º | 0.63% | 0.54% | - |
| HSV(B) | 297.55º | 0.7% | 0.83% | - |
| XYZ | 38.77 | 21.35 | 63.71 | - |
| YUV | 122.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 211 | 0.03 | 0.70 | 0 | 0.17 | 297.55 | 0.63 | 0.54 |
| Hex | CD | 40 | D3 | 3 | 46 | 0 | 11 | 12A | 3F | 36 |
| Octal | 315 | 100 | 323 | 3 | 106 | 0 | 21 | 452 | 77 | 66 |
| Binary | 11001101 | 1000000 | 11010011 | 11 | 1000110 | 0 | 10001 | 100101010 | 111111 | 110110 |
Color Harmonies of #CD40D3
Complementary color
Monochromatic Colors of #CD40D3
Black with #CD40D3
Text Example
Text Example
White with #CD40D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40D3; }
p { color: rgb(205,64,211); }
H1.HeaderClassName
{
color: #CD40D3;
}
.AnyTagClassName
{
color: #CD40D3;
}
</style>
background-color css
<style>
a { background-color: #CD40D3; }
a { background-color: rgb(205,64,211); }
div.DivClassName
{
background-color: #CD40D3;
}
.BgClassName
{
background-color: #CD40D3;
}
</style>
border-color css
<style>
span { border-color: #CD40D3; }
span { border-color: rgb(205,64,211); }
td.TdClassName
{
border-color: #CD40D3;
}
.TagClassName
{
border-color: #CD40D3;
}
</style>