Shades of Fuchsia #C72ECD
Tints of Fuchsia #C72ECD
RGB
CMYK
RGB Variations
Color information
#C72ECD (or 0xC72ECD) is known color: Fuchsia. HEX triplet: C7, 2E and CD. RGB value is (199,46,205). Sum of RGB (Red+Green+Blue) = 199+46+205=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #C72ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ECD is #38D132. Grayscale: #6D6D6D. Windows color (decimal): -3723571 or 13446855. OLE color: 13446855.
HSL color Cylindrical-coordinate representation of color #C72ECD: hue angle of 297.74º degrees, saturation: 0.63, 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 #C72ECD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 46 | 205 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.20 |
| HSL | 297.74º | 0.63% | 0.49% | - |
| HSV(B) | 297.74º | 0.78% | 0.8% | - |
| XYZ | 35.55 | 18.5 | 59.46 | - |
| YUV | 109.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 205 | 0.03 | 0.78 | 0 | 0.20 | 297.74 | 0.63 | 0.49 |
| Hex | C7 | 2E | CD | 3 | 4E | 0 | 14 | 12A | 3F | 31 |
| Octal | 307 | 56 | 315 | 3 | 116 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11000111 | 101110 | 11001101 | 11 | 1001110 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C72ECD
Complementary color
Monochromatic Colors of #C72ECD
Black with #C72ECD
Text Example
Text Example
White with #C72ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ECD; }
p { color: rgb(199,46,205); }
H1.HeaderClassName
{
color: #C72ECD;
}
.AnyTagClassName
{
color: #C72ECD;
}
</style>
background-color css
<style>
a { background-color: #C72ECD; }
a { background-color: rgb(199,46,205); }
div.DivClassName
{
background-color: #C72ECD;
}
.BgClassName
{
background-color: #C72ECD;
}
</style>
border-color css
<style>
span { border-color: #C72ECD; }
span { border-color: rgb(199,46,205); }
td.TdClassName
{
border-color: #C72ECD;
}
.TagClassName
{
border-color: #C72ECD;
}
</style>