Shades of Fuchsia #C72DCE
Tints of Fuchsia #C72DCE
RGB
CMYK
RGB Variations
Color information
#C72DCE (or 0xC72DCE) is known color: Fuchsia. HEX triplet: C7, 2D and CE. RGB value is (199,45,206). Sum of RGB (Red+Green+Blue) = 199+45+206=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCE is #38D231. Grayscale: #6C6C6C. Windows color (decimal): -3723826 or 13512135. OLE color: 13512135.
HSL color Cylindrical-coordinate representation of color #C72DCE: hue angle of 297.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 45 | 206 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.19 |
| HSL | 297.39º | 0.64% | 0.49% | - |
| HSV(B) | 297.39º | 0.78% | 0.81% | - |
| XYZ | 35.63 | 18.48 | 60.08 | - |
| YUV | 109.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 206 | 0.03 | 0.78 | 0 | 0.19 | 297.39 | 0.64 | 0.49 |
| Hex | C7 | 2D | CE | 3 | 4E | 0 | 13 | 129 | 40 | 31 |
| Octal | 307 | 55 | 316 | 3 | 116 | 0 | 23 | 451 | 100 | 61 |
| Binary | 11000111 | 101101 | 11001110 | 11 | 1001110 | 0 | 10011 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C72DCE
Complementary color
Monochromatic Colors of #C72DCE
Black with #C72DCE
Text Example
Text Example
White with #C72DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DCE; }
p { color: rgb(199,45,206); }
H1.HeaderClassName
{
color: #C72DCE;
}
.AnyTagClassName
{
color: #C72DCE;
}
</style>
background-color css
<style>
a { background-color: #C72DCE; }
a { background-color: rgb(199,45,206); }
div.DivClassName
{
background-color: #C72DCE;
}
.BgClassName
{
background-color: #C72DCE;
}
</style>
border-color css
<style>
span { border-color: #C72DCE; }
span { border-color: rgb(199,45,206); }
td.TdClassName
{
border-color: #C72DCE;
}
.TagClassName
{
border-color: #C72DCE;
}
</style>