Shades of Fuchsia #CD4DCD
Tints of Fuchsia #CD4DCD
RGB
CMYK
RGB Variations
Color information
#CD4DCD (or 0xCD4DCD) is known color: Fuchsia. HEX triplet: CD, 4D and CD. RGB value is (205,77,205). Sum of RGB (Red+Green+Blue) = 205+77+205=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DCD is #32B232. Grayscale: #818181. Windows color (decimal): -3322419 or 13454797. OLE color: 13454797.
HSL color Cylindrical-coordinate representation of color #CD4DCD: hue angle of 300º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4DCD is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 77 | 205 | - |
CMYK | 0 | 0.62 | 0 | 0.20 |
HSL | 300º | 0.56% | 0.55% | - |
HSV(B) | 300º | 0.62% | 0.8% | - |
XYZ | 38.85 | 22.69 | 60.09 | - |
YUV | 129.86 | 170.41 | 181.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 77 | 205 | 0 | 0.62 | 0 | 0.20 | 300 | 0.56 | 0.55 |
Hex | CD | 4D | CD | 0 | 3E | 0 | 14 | 12C | 38 | 37 |
Octal | 315 | 115 | 315 | 0 | 76 | 0 | 24 | 454 | 70 | 67 |
Binary | 11001101 | 1001101 | 11001101 | 0 | 111110 | 0 | 10100 | 100101100 | 111000 | 110111 |
Color Harmonies of #CD4DCD
Complementary color
Monochromatic Colors of #CD4DCD
Black with #CD4DCD
Text Example
Text Example
White with #CD4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4DCD; }
p { color: rgb(205,77,205); }
H1.HeaderClassName
{
color: #CD4DCD;
}
.AnyTagClassName
{
color: #CD4DCD;
}
</style>
background-color css
<style>
a { background-color: #CD4DCD; }
a { background-color: rgb(205,77,205); }
div.DivClassName
{
background-color: #CD4DCD;
}
.BgClassName
{
background-color: #CD4DCD;
}
</style>
border-color css
<style>
span { border-color: #CD4DCD; }
span { border-color: rgb(205,77,205); }
td.TdClassName
{
border-color: #CD4DCD;
}
.TagClassName
{
border-color: #CD4DCD;
}
</style>