Shades of Fuchsia #C72DC5
Tints of Fuchsia #C72DC5
RGB
CMYK
RGB Variations
Color information
#C72DC5 (or 0xC72DC5) is known color: Fuchsia. HEX triplet: C7, 2D and C5. RGB value is (199,45,197). Sum of RGB (Red+Green+Blue) = 199+45+197=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DC5 is #38D23A. Grayscale: #6B6B6B. Windows color (decimal): -3723835 or 12922311. OLE color: 12922311.
HSL color Cylindrical-coordinate representation of color #C72DC5: hue angle of 300.78º degrees, saturation: 0.63, 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 #C72DC5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 197 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.22 |
| HSL | 300.78º | 0.63% | 0.48% | - |
| HSV(B) | 300.78º | 0.77% | 0.78% | - |
| XYZ | 34.57 | 18.05 | 54.49 | - |
| YUV | 108.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 197 | 0 | 0.77 | 0.01 | 0.22 | 300.78 | 0.63 | 0.48 |
| Hex | C7 | 2D | C5 | 0 | 4D | 1 | 16 | 12D | 3F | 30 |
| Octal | 307 | 55 | 305 | 0 | 115 | 1 | 26 | 455 | 77 | 60 |
| Binary | 11000111 | 101101 | 11000101 | 0 | 1001101 | 1 | 10110 | 100101101 | 111111 | 110000 |
Color Harmonies of #C72DC5
Complementary color
Monochromatic Colors of #C72DC5
Black with #C72DC5
Text Example
Text Example
White with #C72DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DC5; }
p { color: rgb(199,45,197); }
H1.HeaderClassName
{
color: #C72DC5;
}
.AnyTagClassName
{
color: #C72DC5;
}
</style>
background-color css
<style>
a { background-color: #C72DC5; }
a { background-color: rgb(199,45,197); }
div.DivClassName
{
background-color: #C72DC5;
}
.BgClassName
{
background-color: #C72DC5;
}
</style>
border-color css
<style>
span { border-color: #C72DC5; }
span { border-color: rgb(199,45,197); }
td.TdClassName
{
border-color: #C72DC5;
}
.TagClassName
{
border-color: #C72DC5;
}
</style>