Shades of Fuchsia #CD3ACD
Tints of Fuchsia #CD3ACD
RGB
CMYK
RGB Variations
Color information
#CD3ACD (or 0xCD3ACD) is known color: Fuchsia. HEX triplet: CD, 3A and CD. RGB value is (205,58,205). Sum of RGB (Red+Green+Blue) = 205+58+205=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ACD is #32C532. Grayscale: #767676. Windows color (decimal): -3327283 or 13449933. OLE color: 13449933.
HSL color Cylindrical-coordinate representation of color #CD3ACD: hue angle of 300º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3ACD is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 58 | 205 | - |
CMYK | 0 | 0.72 | 0 | 0.20 |
HSL | 300º | 0.6% | 0.52% | - |
HSV(B) | 300º | 0.72% | 0.8% | - |
XYZ | 37.71 | 20.41 | 59.71 | - |
YUV | 118.71 | 176.7 | 189.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 58 | 205 | 0 | 0.72 | 0 | 0.20 | 300 | 0.6 | 0.52 |
Hex | CD | 3A | CD | 0 | 48 | 0 | 14 | 12C | 3C | 34 |
Octal | 315 | 72 | 315 | 0 | 110 | 0 | 24 | 454 | 74 | 64 |
Binary | 11001101 | 111010 | 11001101 | 0 | 1001000 | 0 | 10100 | 100101100 | 111100 | 110100 |
Color Harmonies of #CD3ACD
Complementary color
Monochromatic Colors of #CD3ACD
Black with #CD3ACD
Text Example
Text Example
White with #CD3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3ACD; }
p { color: rgb(205,58,205); }
H1.HeaderClassName
{
color: #CD3ACD;
}
.AnyTagClassName
{
color: #CD3ACD;
}
</style>
background-color css
<style>
a { background-color: #CD3ACD; }
a { background-color: rgb(205,58,205); }
div.DivClassName
{
background-color: #CD3ACD;
}
.BgClassName
{
background-color: #CD3ACD;
}
</style>
border-color css
<style>
span { border-color: #CD3ACD; }
span { border-color: rgb(205,58,205); }
td.TdClassName
{
border-color: #CD3ACD;
}
.TagClassName
{
border-color: #CD3ACD;
}
</style>