Shades of Fuchsia #CD3FCD
Tints of Fuchsia #CD3FCD
RGB
CMYK
RGB Variations
Color information
#CD3FCD (or 0xCD3FCD) is known color: Fuchsia. HEX triplet: CD, 3F and CD. RGB value is (205,63,205). Sum of RGB (Red+Green+Blue) = 205+63+205=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FCD is #32C032. Grayscale: #797979. Windows color (decimal): -3326003 or 13451213. OLE color: 13451213.
HSL color Cylindrical-coordinate representation of color #CD3FCD: hue angle of 300º 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 #CD3FCD is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 63 | 205 | - |
| CMYK | 0 | 0.69 | 0 | 0.20 |
| HSL | 300º | 0.59% | 0.53% | - |
| HSV(B) | 300º | 0.69% | 0.8% | - |
| XYZ | 37.97 | 20.94 | 59.8 | - |
| YUV | 121.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 205 | 0 | 0.69 | 0 | 0.20 | 300 | 0.59 | 0.53 |
| Hex | CD | 3F | CD | 0 | 45 | 0 | 14 | 12C | 3B | 35 |
| Octal | 315 | 77 | 315 | 0 | 105 | 0 | 24 | 454 | 73 | 65 |
| Binary | 11001101 | 111111 | 11001101 | 0 | 1000101 | 0 | 10100 | 100101100 | 111011 | 110101 |
Color Harmonies of #CD3FCD
Complementary color
Monochromatic Colors of #CD3FCD
Black with #CD3FCD
Text Example
Text Example
White with #CD3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3FCD; }
p { color: rgb(205,63,205); }
H1.HeaderClassName
{
color: #CD3FCD;
}
.AnyTagClassName
{
color: #CD3FCD;
}
</style>
background-color css
<style>
a { background-color: #CD3FCD; }
a { background-color: rgb(205,63,205); }
div.DivClassName
{
background-color: #CD3FCD;
}
.BgClassName
{
background-color: #CD3FCD;
}
</style>
border-color css
<style>
span { border-color: #CD3FCD; }
span { border-color: rgb(205,63,205); }
td.TdClassName
{
border-color: #CD3FCD;
}
.TagClassName
{
border-color: #CD3FCD;
}
</style>