Shades of Fuchsia #C73CAB
Tints of Fuchsia #C73CAB
RGB
CMYK
RGB Variations
Color information
#C73CAB (or 0xC73CAB) is known color: Fuchsia. HEX triplet: C7, 3C and AB. RGB value is (199,60,171). Sum of RGB (Red+Green+Blue) = 199+60+171=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73CAB is #38C354. Grayscale: #717171. Windows color (decimal): -3720021 or 11222215. OLE color: 11222215.
HSL color Cylindrical-coordinate representation of color #C73CAB: hue angle of 312.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73CAB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 171 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.22 |
| HSL | 312.09º | 0.55% | 0.51% | - |
| HSV(B) | 312.09º | 0.7% | 0.78% | - |
| XYZ | 32.52 | 18.31 | 40.35 | - |
| YUV | 114.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 171 | 0 | 0.70 | 0.14 | 0.22 | 312.09 | 0.55 | 0.51 |
| Hex | C7 | 3C | AB | 0 | 46 | E | 16 | 138 | 37 | 33 |
| Octal | 307 | 74 | 253 | 0 | 106 | 16 | 26 | 470 | 67 | 63 |
| Binary | 11000111 | 111100 | 10101011 | 0 | 1000110 | 1110 | 10110 | 100111000 | 110111 | 110011 |
Color Harmonies of #C73CAB
Complementary color
Monochromatic Colors of #C73CAB
Black with #C73CAB
Text Example
Text Example
White with #C73CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CAB; }
p { color: rgb(199,60,171); }
H1.HeaderClassName
{
color: #C73CAB;
}
.AnyTagClassName
{
color: #C73CAB;
}
</style>
background-color css
<style>
a { background-color: #C73CAB; }
a { background-color: rgb(199,60,171); }
div.DivClassName
{
background-color: #C73CAB;
}
.BgClassName
{
background-color: #C73CAB;
}
</style>
border-color css
<style>
span { border-color: #C73CAB; }
span { border-color: rgb(199,60,171); }
td.TdClassName
{
border-color: #C73CAB;
}
.TagClassName
{
border-color: #C73CAB;
}
</style>