Shades of Fuchsia #C72EC5
Tints of Fuchsia #C72EC5
RGB
CMYK
RGB Variations
Color information
#C72EC5 (or 0xC72EC5) is known color: Fuchsia. HEX triplet: C7, 2E and C5. RGB value is (199,46,197). Sum of RGB (Red+Green+Blue) = 199+46+197=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EC5 is #38D13A. Grayscale: #6C6C6C. Windows color (decimal): -3723579 or 12922567. OLE color: 12922567.
HSL color Cylindrical-coordinate representation of color #C72EC5: hue angle of 300.78º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72EC5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 197 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.22 |
| HSL | 300.78º | 0.62% | 0.48% | - |
| HSV(B) | 300.78º | 0.77% | 0.78% | - |
| XYZ | 34.61 | 18.13 | 54.5 | - |
| YUV | 108.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 197 | 0 | 0.77 | 0.01 | 0.22 | 300.78 | 0.62 | 0.48 |
| Hex | C7 | 2E | C5 | 0 | 4D | 1 | 16 | 12D | 3E | 30 |
| Octal | 307 | 56 | 305 | 0 | 115 | 1 | 26 | 455 | 76 | 60 |
| Binary | 11000111 | 101110 | 11000101 | 0 | 1001101 | 1 | 10110 | 100101101 | 111110 | 110000 |
Color Harmonies of #C72EC5
Complementary color
Monochromatic Colors of #C72EC5
Black with #C72EC5
Text Example
Text Example
White with #C72EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72EC5; }
p { color: rgb(199,46,197); }
H1.HeaderClassName
{
color: #C72EC5;
}
.AnyTagClassName
{
color: #C72EC5;
}
</style>
background-color css
<style>
a { background-color: #C72EC5; }
a { background-color: rgb(199,46,197); }
div.DivClassName
{
background-color: #C72EC5;
}
.BgClassName
{
background-color: #C72EC5;
}
</style>
border-color css
<style>
span { border-color: #C72EC5; }
span { border-color: rgb(199,46,197); }
td.TdClassName
{
border-color: #C72EC5;
}
.TagClassName
{
border-color: #C72EC5;
}
</style>