Shades of Fuchsia #C72DCD
Tints of Fuchsia #C72DCD
RGB
CMYK
RGB Variations
Color information
#C72DCD (or 0xC72DCD) is known color: Fuchsia. HEX triplet: C7, 2D and CD. RGB value is (199,45,205). Sum of RGB (Red+Green+Blue) = 199+45+205=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C72DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCD is #38D232. Grayscale: #6C6C6C. Windows color (decimal): -3723827 or 13446599. OLE color: 13446599.
HSL color Cylindrical-coordinate representation of color #C72DCD: hue angle of 297.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 45 | 205 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.20 |
| HSL | 297.75º | 0.64% | 0.49% | - |
| HSV(B) | 297.75º | 0.78% | 0.8% | - |
| XYZ | 35.51 | 18.43 | 59.44 | - |
| YUV | 109.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 205 | 0.03 | 0.78 | 0 | 0.20 | 297.75 | 0.64 | 0.49 |
| Hex | C7 | 2D | CD | 3 | 4E | 0 | 14 | 12A | 40 | 31 |
| Octal | 307 | 55 | 315 | 3 | 116 | 0 | 24 | 452 | 100 | 61 |
| Binary | 11000111 | 101101 | 11001101 | 11 | 1001110 | 0 | 10100 | 100101010 | 1000000 | 110001 |
Color Harmonies of #C72DCD
Complementary color
Monochromatic Colors of #C72DCD
Black with #C72DCD
Text Example
Text Example
White with #C72DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DCD; }
p { color: rgb(199,45,205); }
H1.HeaderClassName
{
color: #C72DCD;
}
.AnyTagClassName
{
color: #C72DCD;
}
</style>
background-color css
<style>
a { background-color: #C72DCD; }
a { background-color: rgb(199,45,205); }
div.DivClassName
{
background-color: #C72DCD;
}
.BgClassName
{
background-color: #C72DCD;
}
</style>
border-color css
<style>
span { border-color: #C72DCD; }
span { border-color: rgb(199,45,205); }
td.TdClassName
{
border-color: #C72DCD;
}
.TagClassName
{
border-color: #C72DCD;
}
</style>