Shades of Fuchsia #C72EC7
Tints of Fuchsia #C72EC7
RGB
CMYK
RGB Variations
Color information
#C72EC7 (or 0xC72EC7) is known color: Fuchsia. HEX triplet: C7, 2E and C7. RGB value is (199,46,199). Sum of RGB (Red+Green+Blue) = 199+46+199=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C72EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EC7 is #38D138. Grayscale: #6C6C6C. Windows color (decimal): -3723577 or 13053639. OLE color: 13053639.
HSL color Cylindrical-coordinate representation of color #C72EC7: hue angle of 300º 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 #C72EC7 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 46 | 199 | - |
CMYK | 0 | 0.77 | 0 | 0.22 |
HSL | 300º | 0.62% | 0.48% | - |
HSV(B) | 300º | 0.77% | 0.78% | - |
XYZ | 34.84 | 18.22 | 55.71 | - |
YUV | 109.19 | 178.69 | 192.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 46 | 199 | 0 | 0.77 | 0 | 0.22 | 300 | 0.62 | 0.48 |
Hex | C7 | 2E | C7 | 0 | 4D | 0 | 16 | 12C | 3E | 30 |
Octal | 307 | 56 | 307 | 0 | 115 | 0 | 26 | 454 | 76 | 60 |
Binary | 11000111 | 101110 | 11000111 | 0 | 1001101 | 0 | 10110 | 100101100 | 111110 | 110000 |
Color Harmonies of #C72EC7
Complementary color
Monochromatic Colors of #C72EC7
Black with #C72EC7
Text Example
Text Example
White with #C72EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72EC7; }
p { color: rgb(199,46,199); }
H1.HeaderClassName
{
color: #C72EC7;
}
.AnyTagClassName
{
color: #C72EC7;
}
</style>
background-color css
<style>
a { background-color: #C72EC7; }
a { background-color: rgb(199,46,199); }
div.DivClassName
{
background-color: #C72EC7;
}
.BgClassName
{
background-color: #C72EC7;
}
</style>
border-color css
<style>
span { border-color: #C72EC7; }
span { border-color: rgb(199,46,199); }
td.TdClassName
{
border-color: #C72EC7;
}
.TagClassName
{
border-color: #C72EC7;
}
</style>