Shades of Fuchsia #C72DBA
Tints of Fuchsia #C72DBA
RGB
CMYK
RGB Variations
Color information
#C72DBA (or 0xC72DBA) is known color: Fuchsia. HEX triplet: C7, 2D and BA. RGB value is (199,45,186). Sum of RGB (Red+Green+Blue) = 199+45+186=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DBA is #38D245. Grayscale: #6A6A6A. Windows color (decimal): -3723846 or 12201415. OLE color: 12201415.
HSL color Cylindrical-coordinate representation of color #C72DBA: hue angle of 305.06º 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 #C72DBA is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 186 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.22 |
| HSL | 305.06º | 0.63% | 0.48% | - |
| HSV(B) | 305.06º | 0.77% | 0.78% | - |
| XYZ | 33.35 | 17.56 | 48.09 | - |
| YUV | 107.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 186 | 0 | 0.77 | 0.07 | 0.22 | 305.06 | 0.63 | 0.48 |
| Hex | C7 | 2D | BA | 0 | 4D | 7 | 16 | 131 | 3F | 30 |
| Octal | 307 | 55 | 272 | 0 | 115 | 7 | 26 | 461 | 77 | 60 |
| Binary | 11000111 | 101101 | 10111010 | 0 | 1001101 | 111 | 10110 | 100110001 | 111111 | 110000 |
Color Harmonies of #C72DBA
Complementary color
Monochromatic Colors of #C72DBA
Black with #C72DBA
Text Example
Text Example
White with #C72DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DBA; }
p { color: rgb(199,45,186); }
H1.HeaderClassName
{
color: #C72DBA;
}
.AnyTagClassName
{
color: #C72DBA;
}
</style>
background-color css
<style>
a { background-color: #C72DBA; }
a { background-color: rgb(199,45,186); }
div.DivClassName
{
background-color: #C72DBA;
}
.BgClassName
{
background-color: #C72DBA;
}
</style>
border-color css
<style>
span { border-color: #C72DBA; }
span { border-color: rgb(199,45,186); }
td.TdClassName
{
border-color: #C72DBA;
}
.TagClassName
{
border-color: #C72DBA;
}
</style>