Shades of Fuchsia #C72BB4
Tints of Fuchsia #C72BB4
RGB
CMYK
RGB Variations
Color information
#C72BB4 (or 0xC72BB4) is known color: Fuchsia. HEX triplet: C7, 2B and B4. RGB value is (199,43,180). Sum of RGB (Red+Green+Blue) = 199+43+180=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BB4 is #38D44B. Grayscale: #686868. Windows color (decimal): -3724364 or 11807687. OLE color: 11807687.
HSL color Cylindrical-coordinate representation of color #C72BB4: hue angle of 307.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72BB4 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 180 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.22 |
| HSL | 307.31º | 0.64% | 0.47% | - |
| HSV(B) | 307.31º | 0.78% | 0.78% | - |
| XYZ | 32.66 | 17.17 | 44.77 | - |
| YUV | 105.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 180 | 0 | 0.78 | 0.10 | 0.22 | 307.31 | 0.64 | 0.47 |
| Hex | C7 | 2B | B4 | 0 | 4E | A | 16 | 133 | 40 | 2F |
| Octal | 307 | 53 | 264 | 0 | 116 | 12 | 26 | 463 | 100 | 57 |
| Binary | 11000111 | 101011 | 10110100 | 0 | 1001110 | 1010 | 10110 | 100110011 | 1000000 | 101111 |
Color Harmonies of #C72BB4
Complementary color
Monochromatic Colors of #C72BB4
Black with #C72BB4
Text Example
Text Example
White with #C72BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BB4; }
p { color: rgb(199,43,180); }
H1.HeaderClassName
{
color: #C72BB4;
}
.AnyTagClassName
{
color: #C72BB4;
}
</style>
background-color css
<style>
a { background-color: #C72BB4; }
a { background-color: rgb(199,43,180); }
div.DivClassName
{
background-color: #C72BB4;
}
.BgClassName
{
background-color: #C72BB4;
}
</style>
border-color css
<style>
span { border-color: #C72BB4; }
span { border-color: rgb(199,43,180); }
td.TdClassName
{
border-color: #C72BB4;
}
.TagClassName
{
border-color: #C72BB4;
}
</style>