Shades of Fuchsia #CD30CE
Tints of Fuchsia #CD30CE
RGB
CMYK
RGB Variations
Color information
#CD30CE (or 0xCD30CE) is known color: Fuchsia. HEX triplet: CD, 30 and CE. RGB value is (205,48,206). Sum of RGB (Red+Green+Blue) = 205+48+206=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30CE is #32CF31. Grayscale: #707070. Windows color (decimal): -3329842 or 13512909. OLE color: 13512909.
HSL color Cylindrical-coordinate representation of color #CD30CE: hue angle of 299.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30CE is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 48 | 206 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.19 |
| HSL | 299.62º | 0.62% | 0.5% | - |
| HSV(B) | 299.62º | 0.77% | 0.81% | - |
| XYZ | 37.37 | 19.55 | 60.2 | - |
| YUV | 112.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 206 | 0.00 | 0.77 | 0 | 0.19 | 299.62 | 0.62 | 0.5 |
| Hex | CD | 30 | CE | 0 | 4D | 0 | 13 | 12C | 3E | 32 |
| Octal | 315 | 60 | 316 | 0 | 115 | 0 | 23 | 454 | 76 | 62 |
| Binary | 11001101 | 110000 | 11001110 | 0 | 1001101 | 0 | 10011 | 100101100 | 111110 | 110010 |
Color Harmonies of #CD30CE
Complementary color
Monochromatic Colors of #CD30CE
Black with #CD30CE
Text Example
Text Example
White with #CD30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30CE; }
p { color: rgb(205,48,206); }
H1.HeaderClassName
{
color: #CD30CE;
}
.AnyTagClassName
{
color: #CD30CE;
}
</style>
background-color css
<style>
a { background-color: #CD30CE; }
a { background-color: rgb(205,48,206); }
div.DivClassName
{
background-color: #CD30CE;
}
.BgClassName
{
background-color: #CD30CE;
}
</style>
border-color css
<style>
span { border-color: #CD30CE; }
span { border-color: rgb(205,48,206); }
td.TdClassName
{
border-color: #CD30CE;
}
.TagClassName
{
border-color: #CD30CE;
}
</style>