Shades of Fuchsia #C72BBC
Tints of Fuchsia #C72BBC
RGB
CMYK
RGB Variations
Color information
#C72BBC (or 0xC72BBC) is known color: Fuchsia. HEX triplet: C7, 2B and BC. RGB value is (199,43,188). Sum of RGB (Red+Green+Blue) = 199+43+188=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BBC is #38D443. Grayscale: #696969. Windows color (decimal): -3724356 or 12331975. OLE color: 12331975.
HSL color Cylindrical-coordinate representation of color #C72BBC: hue angle of 304.23º 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 #C72BBC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 188 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.22 |
| HSL | 304.23º | 0.64% | 0.47% | - |
| HSV(B) | 304.23º | 0.78% | 0.78% | - |
| XYZ | 33.49 | 17.5 | 49.19 | - |
| YUV | 106.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 188 | 0 | 0.78 | 0.06 | 0.22 | 304.23 | 0.64 | 0.47 |
| Hex | C7 | 2B | BC | 0 | 4E | 6 | 16 | 130 | 40 | 2F |
| Octal | 307 | 53 | 274 | 0 | 116 | 6 | 26 | 460 | 100 | 57 |
| Binary | 11000111 | 101011 | 10111100 | 0 | 1001110 | 110 | 10110 | 100110000 | 1000000 | 101111 |
Color Harmonies of #C72BBC
Complementary color
Monochromatic Colors of #C72BBC
Black with #C72BBC
Text Example
Text Example
White with #C72BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BBC; }
p { color: rgb(199,43,188); }
H1.HeaderClassName
{
color: #C72BBC;
}
.AnyTagClassName
{
color: #C72BBC;
}
</style>
background-color css
<style>
a { background-color: #C72BBC; }
a { background-color: rgb(199,43,188); }
div.DivClassName
{
background-color: #C72BBC;
}
.BgClassName
{
background-color: #C72BBC;
}
</style>
border-color css
<style>
span { border-color: #C72BBC; }
span { border-color: rgb(199,43,188); }
td.TdClassName
{
border-color: #C72BBC;
}
.TagClassName
{
border-color: #C72BBC;
}
</style>