Shades of Fuchsia #CD32D4
Tints of Fuchsia #CD32D4
RGB
CMYK
RGB Variations
Color information
#CD32D4 (or 0xCD32D4) is known color: Fuchsia. HEX triplet: CD, 32 and D4. RGB value is (205,50,212). Sum of RGB (Red+Green+Blue) = 205+50+212=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD32D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32D4 is #32CD2B. Grayscale: #727272. Windows color (decimal): -3329324 or 13906637. OLE color: 13906637.
HSL color Cylindrical-coordinate representation of color #CD32D4: hue angle of 297.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32D4 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 50 | 212 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.17 |
| HSL | 297.41º | 0.65% | 0.51% | - |
| HSV(B) | 297.41º | 0.76% | 0.83% | - |
| XYZ | 38.2 | 20.01 | 64.14 | - |
| YUV | 114.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 212 | 0.03 | 0.76 | 0 | 0.17 | 297.41 | 0.65 | 0.51 |
| Hex | CD | 32 | D4 | 3 | 4C | 0 | 11 | 129 | 41 | 33 |
| Octal | 315 | 62 | 324 | 3 | 114 | 0 | 21 | 451 | 101 | 63 |
| Binary | 11001101 | 110010 | 11010100 | 11 | 1001100 | 0 | 10001 | 100101001 | 1000001 | 110011 |
Color Harmonies of #CD32D4
Complementary color
Monochromatic Colors of #CD32D4
Black with #CD32D4
Text Example
Text Example
White with #CD32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32D4; }
p { color: rgb(205,50,212); }
H1.HeaderClassName
{
color: #CD32D4;
}
.AnyTagClassName
{
color: #CD32D4;
}
</style>
background-color css
<style>
a { background-color: #CD32D4; }
a { background-color: rgb(205,50,212); }
div.DivClassName
{
background-color: #CD32D4;
}
.BgClassName
{
background-color: #CD32D4;
}
</style>
border-color css
<style>
span { border-color: #CD32D4; }
span { border-color: rgb(205,50,212); }
td.TdClassName
{
border-color: #CD32D4;
}
.TagClassName
{
border-color: #CD32D4;
}
</style>