Shades of Fuchsia #CD44D2
Tints of Fuchsia #CD44D2
RGB
CMYK
RGB Variations
Color information
#CD44D2 (or 0xCD44D2) is known color: Fuchsia. HEX triplet: CD, 44 and D2. RGB value is (205,68,210). Sum of RGB (Red+Green+Blue) = 205+68+210=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD44D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44D2 is #32BB2D. Grayscale: #7C7C7C. Windows color (decimal): -3324718 or 13780173. OLE color: 13780173.
HSL color Cylindrical-coordinate representation of color #CD44D2: hue angle of 297.89º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD44D2 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 68 | 210 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.18 |
| HSL | 297.89º | 0.61% | 0.55% | - |
| HSV(B) | 297.89º | 0.68% | 0.82% | - |
| XYZ | 38.88 | 21.77 | 63.13 | - |
| YUV | 125.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 210 | 0.02 | 0.68 | 0 | 0.18 | 297.89 | 0.61 | 0.55 |
| Hex | CD | 44 | D2 | 2 | 44 | 0 | 12 | 12A | 3D | 37 |
| Octal | 315 | 104 | 322 | 2 | 104 | 0 | 22 | 452 | 75 | 67 |
| Binary | 11001101 | 1000100 | 11010010 | 10 | 1000100 | 0 | 10010 | 100101010 | 111101 | 110111 |
Color Harmonies of #CD44D2
Complementary color
Monochromatic Colors of #CD44D2
Black with #CD44D2
Text Example
Text Example
White with #CD44D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD44D2; }
p { color: rgb(205,68,210); }
H1.HeaderClassName
{
color: #CD44D2;
}
.AnyTagClassName
{
color: #CD44D2;
}
</style>
background-color css
<style>
a { background-color: #CD44D2; }
a { background-color: rgb(205,68,210); }
div.DivClassName
{
background-color: #CD44D2;
}
.BgClassName
{
background-color: #CD44D2;
}
</style>
border-color css
<style>
span { border-color: #CD44D2; }
span { border-color: rgb(205,68,210); }
td.TdClassName
{
border-color: #CD44D2;
}
.TagClassName
{
border-color: #CD44D2;
}
</style>