Shades of Fuchsia #CD30C7
Tints of Fuchsia #CD30C7
RGB
CMYK
RGB Variations
Color information
#CD30C7 (or 0xCD30C7) is known color: Fuchsia. HEX triplet: CD, 30 and C7. RGB value is (205,48,199). Sum of RGB (Red+Green+Blue) = 205+48+199=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30C7 is #32CF38. Grayscale: #6F6F6F. Windows color (decimal): -3329849 or 13054157. OLE color: 13054157.
HSL color Cylindrical-coordinate representation of color #CD30C7: hue angle of 302.29º 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 #CD30C7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 199 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.20 |
| HSL | 302.29º | 0.62% | 0.5% | - |
| HSV(B) | 302.29º | 0.77% | 0.8% | - |
| XYZ | 36.54 | 19.22 | 55.82 | - |
| YUV | 112.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 199 | 0 | 0.77 | 0.03 | 0.20 | 302.29 | 0.62 | 0.5 |
| Hex | CD | 30 | C7 | 0 | 4D | 3 | 14 | 12E | 3E | 32 |
| Octal | 315 | 60 | 307 | 0 | 115 | 3 | 24 | 456 | 76 | 62 |
| Binary | 11001101 | 110000 | 11000111 | 0 | 1001101 | 11 | 10100 | 100101110 | 111110 | 110010 |
Color Harmonies of #CD30C7
Complementary color
Monochromatic Colors of #CD30C7
Black with #CD30C7
Text Example
Text Example
White with #CD30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30C7; }
p { color: rgb(205,48,199); }
H1.HeaderClassName
{
color: #CD30C7;
}
.AnyTagClassName
{
color: #CD30C7;
}
</style>
background-color css
<style>
a { background-color: #CD30C7; }
a { background-color: rgb(205,48,199); }
div.DivClassName
{
background-color: #CD30C7;
}
.BgClassName
{
background-color: #CD30C7;
}
</style>
border-color css
<style>
span { border-color: #CD30C7; }
span { border-color: rgb(205,48,199); }
td.TdClassName
{
border-color: #CD30C7;
}
.TagClassName
{
border-color: #CD30C7;
}
</style>