Shades of Fuchsia #C72DBB
Tints of Fuchsia #C72DBB
RGB
CMYK
RGB Variations
Color information
#C72DBB (or 0xC72DBB) is known color: Fuchsia. HEX triplet: C7, 2D and BB. RGB value is (199,45,187). Sum of RGB (Red+Green+Blue) = 199+45+187=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DBB is #38D244. Grayscale: #6A6A6A. Windows color (decimal): -3723845 or 12266951. OLE color: 12266951.
HSL color Cylindrical-coordinate representation of color #C72DBB: hue angle of 304.68º 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 #C72DBB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 187 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.22 |
| HSL | 304.68º | 0.63% | 0.48% | - |
| HSV(B) | 304.68º | 0.77% | 0.78% | - |
| XYZ | 33.46 | 17.61 | 48.65 | - |
| YUV | 107.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 187 | 0 | 0.77 | 0.06 | 0.22 | 304.68 | 0.63 | 0.48 |
| Hex | C7 | 2D | BB | 0 | 4D | 6 | 16 | 131 | 3F | 30 |
| Octal | 307 | 55 | 273 | 0 | 115 | 6 | 26 | 461 | 77 | 60 |
| Binary | 11000111 | 101101 | 10111011 | 0 | 1001101 | 110 | 10110 | 100110001 | 111111 | 110000 |
Color Harmonies of #C72DBB
Complementary color
Monochromatic Colors of #C72DBB
Black with #C72DBB
Text Example
Text Example
White with #C72DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DBB; }
p { color: rgb(199,45,187); }
H1.HeaderClassName
{
color: #C72DBB;
}
.AnyTagClassName
{
color: #C72DBB;
}
</style>
background-color css
<style>
a { background-color: #C72DBB; }
a { background-color: rgb(199,45,187); }
div.DivClassName
{
background-color: #C72DBB;
}
.BgClassName
{
background-color: #C72DBB;
}
</style>
border-color css
<style>
span { border-color: #C72DBB; }
span { border-color: rgb(199,45,187); }
td.TdClassName
{
border-color: #C72DBB;
}
.TagClassName
{
border-color: #C72DBB;
}
</style>