Shades of Fuchsia #CD30CA
Tints of Fuchsia #CD30CA
RGB
CMYK
RGB Variations
Color information
#CD30CA (or 0xCD30CA) is known color: Fuchsia. HEX triplet: CD, 30 and CA. RGB value is (205,48,202). Sum of RGB (Red+Green+Blue) = 205+48+202=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30CA is #32CF35. Grayscale: #707070. Windows color (decimal): -3329846 or 13250765. OLE color: 13250765.
HSL color Cylindrical-coordinate representation of color #CD30CA: hue angle of 301.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30CA is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 202 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.20 |
| HSL | 301.15º | 0.62% | 0.5% | - |
| HSV(B) | 301.15º | 0.77% | 0.8% | - |
| XYZ | 36.89 | 19.36 | 57.67 | - |
| YUV | 112.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 202 | 0 | 0.77 | 0.01 | 0.20 | 301.15 | 0.62 | 0.5 |
| Hex | CD | 30 | CA | 0 | 4D | 1 | 14 | 12D | 3E | 32 |
| Octal | 315 | 60 | 312 | 0 | 115 | 1 | 24 | 455 | 76 | 62 |
| Binary | 11001101 | 110000 | 11001010 | 0 | 1001101 | 1 | 10100 | 100101101 | 111110 | 110010 |
Color Harmonies of #CD30CA
Complementary color
Monochromatic Colors of #CD30CA
Black with #CD30CA
Text Example
Text Example
White with #CD30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30CA; }
p { color: rgb(205,48,202); }
H1.HeaderClassName
{
color: #CD30CA;
}
.AnyTagClassName
{
color: #CD30CA;
}
</style>
background-color css
<style>
a { background-color: #CD30CA; }
a { background-color: rgb(205,48,202); }
div.DivClassName
{
background-color: #CD30CA;
}
.BgClassName
{
background-color: #CD30CA;
}
</style>
border-color css
<style>
span { border-color: #CD30CA; }
span { border-color: rgb(205,48,202); }
td.TdClassName
{
border-color: #CD30CA;
}
.TagClassName
{
border-color: #CD30CA;
}
</style>