Shades of Fuchsia #C73CCE
Tints of Fuchsia #C73CCE
RGB
CMYK
RGB Variations
Color information
#C73CCE (or 0xC73CCE) is known color: Fuchsia. HEX triplet: C7, 3C and CE. RGB value is (199,60,206). Sum of RGB (Red+Green+Blue) = 199+60+206=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCE is #38C331. Grayscale: #757575. Windows color (decimal): -3719986 or 13515975. OLE color: 13515975.
HSL color Cylindrical-coordinate representation of color #C73CCE: hue angle of 297.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73CCE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 60 | 206 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.19 |
| HSL | 297.12º | 0.6% | 0.52% | - |
| HSV(B) | 297.12º | 0.71% | 0.81% | - |
| XYZ | 36.31 | 19.83 | 60.31 | - |
| YUV | 118.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 206 | 0.03 | 0.71 | 0 | 0.19 | 297.12 | 0.6 | 0.52 |
| Hex | C7 | 3C | CE | 3 | 47 | 0 | 13 | 129 | 3C | 34 |
| Octal | 307 | 74 | 316 | 3 | 107 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000111 | 111100 | 11001110 | 11 | 1000111 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C73CCE
Complementary color
Monochromatic Colors of #C73CCE
Black with #C73CCE
Text Example
Text Example
White with #C73CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CCE; }
p { color: rgb(199,60,206); }
H1.HeaderClassName
{
color: #C73CCE;
}
.AnyTagClassName
{
color: #C73CCE;
}
</style>
background-color css
<style>
a { background-color: #C73CCE; }
a { background-color: rgb(199,60,206); }
div.DivClassName
{
background-color: #C73CCE;
}
.BgClassName
{
background-color: #C73CCE;
}
</style>
border-color css
<style>
span { border-color: #C73CCE; }
span { border-color: rgb(199,60,206); }
td.TdClassName
{
border-color: #C73CCE;
}
.TagClassName
{
border-color: #C73CCE;
}
</style>