Shades of Fuchsia #CD3DCD
Tints of Fuchsia #CD3DCD
RGB
CMYK
RGB Variations
Color information
#CD3DCD (or 0xCD3DCD) is known color: Fuchsia. HEX triplet: CD, 3D and CD. RGB value is (205,61,205). Sum of RGB (Red+Green+Blue) = 205+61+205=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DCD is #32C232. Grayscale: #787878. Windows color (decimal): -3326515 or 13450701. OLE color: 13450701.
HSL color Cylindrical-coordinate representation of color #CD3DCD: hue angle of 300º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3DCD is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 205 | - |
| CMYK | 0 | 0.70 | 0 | 0.20 |
| HSL | 300º | 0.59% | 0.52% | - |
| HSV(B) | 300º | 0.7% | 0.8% | - |
| XYZ | 37.87 | 20.72 | 59.76 | - |
| YUV | 120.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 205 | 0 | 0.70 | 0 | 0.20 | 300 | 0.59 | 0.52 |
| Hex | CD | 3D | CD | 0 | 46 | 0 | 14 | 12C | 3B | 34 |
| Octal | 315 | 75 | 315 | 0 | 106 | 0 | 24 | 454 | 73 | 64 |
| Binary | 11001101 | 111101 | 11001101 | 0 | 1000110 | 0 | 10100 | 100101100 | 111011 | 110100 |
Color Harmonies of #CD3DCD
Complementary color
Monochromatic Colors of #CD3DCD
Black with #CD3DCD
Text Example
Text Example
White with #CD3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3DCD; }
p { color: rgb(205,61,205); }
H1.HeaderClassName
{
color: #CD3DCD;
}
.AnyTagClassName
{
color: #CD3DCD;
}
</style>
background-color css
<style>
a { background-color: #CD3DCD; }
a { background-color: rgb(205,61,205); }
div.DivClassName
{
background-color: #CD3DCD;
}
.BgClassName
{
background-color: #CD3DCD;
}
</style>
border-color css
<style>
span { border-color: #CD3DCD; }
span { border-color: rgb(205,61,205); }
td.TdClassName
{
border-color: #CD3DCD;
}
.TagClassName
{
border-color: #CD3DCD;
}
</style>