Shades of Fuchsia #C72CB3
Tints of Fuchsia #C72CB3
RGB
CMYK
RGB Variations
Color information
#C72CB3 (or 0xC72CB3) is known color: Fuchsia. HEX triplet: C7, 2C and B3. RGB value is (199,44,179). Sum of RGB (Red+Green+Blue) = 199+44+179=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CB3 is #38D34C. Grayscale: #696969. Windows color (decimal): -3724109 or 11742407. OLE color: 11742407.
HSL color Cylindrical-coordinate representation of color #C72CB3: hue angle of 307.74º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72CB3 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 179 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.22 |
| HSL | 307.74º | 0.64% | 0.48% | - |
| HSV(B) | 307.74º | 0.78% | 0.78% | - |
| XYZ | 32.59 | 17.2 | 44.25 | - |
| YUV | 105.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 179 | 0 | 0.78 | 0.10 | 0.22 | 307.74 | 0.64 | 0.48 |
| Hex | C7 | 2C | B3 | 0 | 4E | A | 16 | 134 | 40 | 30 |
| Octal | 307 | 54 | 263 | 0 | 116 | 12 | 26 | 464 | 100 | 60 |
| Binary | 11000111 | 101100 | 10110011 | 0 | 1001110 | 1010 | 10110 | 100110100 | 1000000 | 110000 |
Color Harmonies of #C72CB3
Complementary color
Monochromatic Colors of #C72CB3
Black with #C72CB3
Text Example
Text Example
White with #C72CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CB3; }
p { color: rgb(199,44,179); }
H1.HeaderClassName
{
color: #C72CB3;
}
.AnyTagClassName
{
color: #C72CB3;
}
</style>
background-color css
<style>
a { background-color: #C72CB3; }
a { background-color: rgb(199,44,179); }
div.DivClassName
{
background-color: #C72CB3;
}
.BgClassName
{
background-color: #C72CB3;
}
</style>
border-color css
<style>
span { border-color: #C72CB3; }
span { border-color: rgb(199,44,179); }
td.TdClassName
{
border-color: #C72CB3;
}
.TagClassName
{
border-color: #C72CB3;
}
</style>