Shades of Fuchsia #C72BBB
Tints of Fuchsia #C72BBB
RGB
CMYK
RGB Variations
Color information
#C72BBB (or 0xC72BBB) is known color: Fuchsia. HEX triplet: C7, 2B and BB. RGB value is (199,43,187). Sum of RGB (Red+Green+Blue) = 199+43+187=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BBB is #38D444. Grayscale: #696969. Windows color (decimal): -3724357 or 12266439. OLE color: 12266439.
HSL color Cylindrical-coordinate representation of color #C72BBB: hue angle of 304.62º 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 #C72BBB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 187 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.22 |
| HSL | 304.62º | 0.64% | 0.47% | - |
| HSV(B) | 304.62º | 0.78% | 0.78% | - |
| XYZ | 33.39 | 17.46 | 48.62 | - |
| YUV | 106.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 187 | 0 | 0.78 | 0.06 | 0.22 | 304.62 | 0.64 | 0.47 |
| Hex | C7 | 2B | BB | 0 | 4E | 6 | 16 | 131 | 40 | 2F |
| Octal | 307 | 53 | 273 | 0 | 116 | 6 | 26 | 461 | 100 | 57 |
| Binary | 11000111 | 101011 | 10111011 | 0 | 1001110 | 110 | 10110 | 100110001 | 1000000 | 101111 |
Color Harmonies of #C72BBB
Complementary color
Monochromatic Colors of #C72BBB
Black with #C72BBB
Text Example
Text Example
White with #C72BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BBB; }
p { color: rgb(199,43,187); }
H1.HeaderClassName
{
color: #C72BBB;
}
.AnyTagClassName
{
color: #C72BBB;
}
</style>
background-color css
<style>
a { background-color: #C72BBB; }
a { background-color: rgb(199,43,187); }
div.DivClassName
{
background-color: #C72BBB;
}
.BgClassName
{
background-color: #C72BBB;
}
</style>
border-color css
<style>
span { border-color: #C72BBB; }
span { border-color: rgb(199,43,187); }
td.TdClassName
{
border-color: #C72BBB;
}
.TagClassName
{
border-color: #C72BBB;
}
</style>