Shades of Fuchsia #C72DB3
Tints of Fuchsia #C72DB3
RGB
CMYK
RGB Variations
Color information
#C72DB3 (or 0xC72DB3) is known color: Fuchsia. HEX triplet: C7, 2D and B3. RGB value is (199,45,179). Sum of RGB (Red+Green+Blue) = 199+45+179=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DB3 is #38D24C. Grayscale: #696969. Windows color (decimal): -3723853 or 11742663. OLE color: 11742663.
HSL color Cylindrical-coordinate representation of color #C72DB3: hue angle of 307.79º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72DB3 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 179 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.22 |
| HSL | 307.79º | 0.63% | 0.48% | - |
| HSV(B) | 307.79º | 0.77% | 0.78% | - |
| XYZ | 32.63 | 17.27 | 44.26 | - |
| YUV | 106.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 179 | 0 | 0.77 | 0.10 | 0.22 | 307.79 | 0.63 | 0.48 |
| Hex | C7 | 2D | B3 | 0 | 4D | A | 16 | 134 | 3F | 30 |
| Octal | 307 | 55 | 263 | 0 | 115 | 12 | 26 | 464 | 77 | 60 |
| Binary | 11000111 | 101101 | 10110011 | 0 | 1001101 | 1010 | 10110 | 100110100 | 111111 | 110000 |
Color Harmonies of #C72DB3
Complementary color
Monochromatic Colors of #C72DB3
Black with #C72DB3
Text Example
Text Example
White with #C72DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DB3; }
p { color: rgb(199,45,179); }
H1.HeaderClassName
{
color: #C72DB3;
}
.AnyTagClassName
{
color: #C72DB3;
}
</style>
background-color css
<style>
a { background-color: #C72DB3; }
a { background-color: rgb(199,45,179); }
div.DivClassName
{
background-color: #C72DB3;
}
.BgClassName
{
background-color: #C72DB3;
}
</style>
border-color css
<style>
span { border-color: #C72DB3; }
span { border-color: rgb(199,45,179); }
td.TdClassName
{
border-color: #C72DB3;
}
.TagClassName
{
border-color: #C72DB3;
}
</style>