Shades of Fuchsia #CD30D4
Tints of Fuchsia #CD30D4
RGB
CMYK
RGB Variations
Color information
#CD30D4 (or 0xCD30D4) is known color: Fuchsia. HEX triplet: CD, 30 and D4. RGB value is (205,48,212). Sum of RGB (Red+Green+Blue) = 205+48+212=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD30D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30D4 is #32CF2B. Grayscale: #717171. Windows color (decimal): -3329836 or 13906125. OLE color: 13906125.
HSL color Cylindrical-coordinate representation of color #CD30D4: hue angle of 297.44º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30D4 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 48 | 212 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.17 |
| HSL | 297.44º | 0.66% | 0.51% | - |
| HSV(B) | 297.44º | 0.77% | 0.83% | - |
| XYZ | 38.12 | 19.85 | 64.11 | - |
| YUV | 113.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 212 | 0.03 | 0.77 | 0 | 0.17 | 297.44 | 0.66 | 0.51 |
| Hex | CD | 30 | D4 | 3 | 4D | 0 | 11 | 129 | 42 | 33 |
| Octal | 315 | 60 | 324 | 3 | 115 | 0 | 21 | 451 | 102 | 63 |
| Binary | 11001101 | 110000 | 11010100 | 11 | 1001101 | 0 | 10001 | 100101001 | 1000010 | 110011 |
Color Harmonies of #CD30D4
Complementary color
Monochromatic Colors of #CD30D4
Black with #CD30D4
Text Example
Text Example
White with #CD30D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30D4; }
p { color: rgb(205,48,212); }
H1.HeaderClassName
{
color: #CD30D4;
}
.AnyTagClassName
{
color: #CD30D4;
}
</style>
background-color css
<style>
a { background-color: #CD30D4; }
a { background-color: rgb(205,48,212); }
div.DivClassName
{
background-color: #CD30D4;
}
.BgClassName
{
background-color: #CD30D4;
}
</style>
border-color css
<style>
span { border-color: #CD30D4; }
span { border-color: rgb(205,48,212); }
td.TdClassName
{
border-color: #CD30D4;
}
.TagClassName
{
border-color: #CD30D4;
}
</style>