Shades of Fuchsia #C72BB5
Tints of Fuchsia #C72BB5
RGB
CMYK
RGB Variations
Color information
#C72BB5 (or 0xC72BB5) is known color: Fuchsia. HEX triplet: C7, 2B and B5. RGB value is (199,43,181). Sum of RGB (Red+Green+Blue) = 199+43+181=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BB5 is #38D44A. Grayscale: #686868. Windows color (decimal): -3724363 or 11873223. OLE color: 11873223.
HSL color Cylindrical-coordinate representation of color #C72BB5: hue angle of 306.92º 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 #C72BB5 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 181 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.22 |
| HSL | 306.92º | 0.64% | 0.47% | - |
| HSV(B) | 306.92º | 0.78% | 0.78% | - |
| XYZ | 32.76 | 17.21 | 45.31 | - |
| YUV | 105.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 181 | 0 | 0.78 | 0.09 | 0.22 | 306.92 | 0.64 | 0.47 |
| Hex | C7 | 2B | B5 | 0 | 4E | 9 | 16 | 133 | 40 | 2F |
| Octal | 307 | 53 | 265 | 0 | 116 | 11 | 26 | 463 | 100 | 57 |
| Binary | 11000111 | 101011 | 10110101 | 0 | 1001110 | 1001 | 10110 | 100110011 | 1000000 | 101111 |
Color Harmonies of #C72BB5
Complementary color
Monochromatic Colors of #C72BB5
Black with #C72BB5
Text Example
Text Example
White with #C72BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BB5; }
p { color: rgb(199,43,181); }
H1.HeaderClassName
{
color: #C72BB5;
}
.AnyTagClassName
{
color: #C72BB5;
}
</style>
background-color css
<style>
a { background-color: #C72BB5; }
a { background-color: rgb(199,43,181); }
div.DivClassName
{
background-color: #C72BB5;
}
.BgClassName
{
background-color: #C72BB5;
}
</style>
border-color css
<style>
span { border-color: #C72BB5; }
span { border-color: rgb(199,43,181); }
td.TdClassName
{
border-color: #C72BB5;
}
.TagClassName
{
border-color: #C72BB5;
}
</style>