Shades of Fuchsia #C073B9
Tints of Fuchsia #C073B9
RGB
CMYK
RGB Variations
Color information
#C073B9 (or 0xC073B9) is known color: Fuchsia. HEX triplet: C0, 73 and B9. RGB value is (192,115,185). Sum of RGB (Red+Green+Blue) = 192+115+185=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C073B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073B9 is #3F8C46. Grayscale: #919191. Windows color (decimal): -4164679 or 12153792. OLE color: 12153792.
HSL color Cylindrical-coordinate representation of color #C073B9: hue angle of 305.45º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073B9 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 185 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.25 |
| HSL | 305.45º | 0.38% | 0.6% | - |
| HSV(B) | 305.45º | 0.4% | 0.75% | - |
| XYZ | 36.63 | 26.97 | 49.17 | - |
| YUV | 146 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 185 | 0 | 0.40 | 0.04 | 0.25 | 305.45 | 0.38 | 0.6 |
| Hex | C0 | 73 | B9 | 0 | 28 | 4 | 19 | 131 | 26 | 3C |
| Octal | 300 | 163 | 271 | 0 | 50 | 4 | 31 | 461 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10111001 | 0 | 101000 | 100 | 11001 | 100110001 | 100110 | 111100 |
Color Harmonies of #C073B9
Complementary color
Monochromatic Colors of #C073B9
Black with #C073B9
Text Example
Text Example
White with #C073B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073B9; }
p { color: rgb(192,115,185); }
H1.HeaderClassName
{
color: #C073B9;
}
.AnyTagClassName
{
color: #C073B9;
}
</style>
background-color css
<style>
a { background-color: #C073B9; }
a { background-color: rgb(192,115,185); }
div.DivClassName
{
background-color: #C073B9;
}
.BgClassName
{
background-color: #C073B9;
}
</style>
border-color css
<style>
span { border-color: #C073B9; }
span { border-color: rgb(192,115,185); }
td.TdClassName
{
border-color: #C073B9;
}
.TagClassName
{
border-color: #C073B9;
}
</style>