Shades of Fuchsia #C72BCD
Tints of Fuchsia #C72BCD
RGB
CMYK
RGB Variations
Color information
#C72BCD (or 0xC72BCD) is known color: Fuchsia. HEX triplet: C7, 2B and CD. RGB value is (199,43,205). Sum of RGB (Red+Green+Blue) = 199+43+205=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C72BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BCD is #38D432. Grayscale: #6B6B6B. Windows color (decimal): -3724339 or 13446087. OLE color: 13446087.
HSL color Cylindrical-coordinate representation of color #C72BCD: hue angle of 297.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72BCD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 43 | 205 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.20 |
| HSL | 297.78º | 0.65% | 0.49% | - |
| HSV(B) | 297.78º | 0.79% | 0.8% | - |
| XYZ | 35.44 | 18.28 | 59.42 | - |
| YUV | 108.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 205 | 0.03 | 0.79 | 0 | 0.20 | 297.78 | 0.65 | 0.49 |
| Hex | C7 | 2B | CD | 3 | 4F | 0 | 14 | 12A | 41 | 31 |
| Octal | 307 | 53 | 315 | 3 | 117 | 0 | 24 | 452 | 101 | 61 |
| Binary | 11000111 | 101011 | 11001101 | 11 | 1001111 | 0 | 10100 | 100101010 | 1000001 | 110001 |
Color Harmonies of #C72BCD
Complementary color
Monochromatic Colors of #C72BCD
Black with #C72BCD
Text Example
Text Example
White with #C72BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BCD; }
p { color: rgb(199,43,205); }
H1.HeaderClassName
{
color: #C72BCD;
}
.AnyTagClassName
{
color: #C72BCD;
}
</style>
background-color css
<style>
a { background-color: #C72BCD; }
a { background-color: rgb(199,43,205); }
div.DivClassName
{
background-color: #C72BCD;
}
.BgClassName
{
background-color: #C72BCD;
}
</style>
border-color css
<style>
span { border-color: #C72BCD; }
span { border-color: rgb(199,43,205); }
td.TdClassName
{
border-color: #C72BCD;
}
.TagClassName
{
border-color: #C72BCD;
}
</style>