Shades of Fuchsia #C073BA
Tints of Fuchsia #C073BA
RGB
CMYK
RGB Variations
Color information
#C073BA (or 0xC073BA) is known color: Fuchsia. HEX triplet: C0, 73 and BA. RGB value is (192,115,186). Sum of RGB (Red+Green+Blue) = 192+115+186=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BA is #3F8C45. Grayscale: #919191. Windows color (decimal): -4164678 or 12219328. OLE color: 12219328.
HSL color Cylindrical-coordinate representation of color #C073BA: hue angle of 304.68º 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 #C073BA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 186 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.25 |
| HSL | 304.68º | 0.38% | 0.6% | - |
| HSV(B) | 304.68º | 0.4% | 0.75% | - |
| XYZ | 36.73 | 27.01 | 49.73 | - |
| YUV | 146.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 186 | 0 | 0.40 | 0.03 | 0.25 | 304.68 | 0.38 | 0.6 |
| Hex | C0 | 73 | BA | 0 | 28 | 3 | 19 | 131 | 26 | 3C |
| Octal | 300 | 163 | 272 | 0 | 50 | 3 | 31 | 461 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10111010 | 0 | 101000 | 11 | 11001 | 100110001 | 100110 | 111100 |
Color Harmonies of #C073BA
Complementary color
Monochromatic Colors of #C073BA
Black with #C073BA
Text Example
Text Example
White with #C073BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073BA; }
p { color: rgb(192,115,186); }
H1.HeaderClassName
{
color: #C073BA;
}
.AnyTagClassName
{
color: #C073BA;
}
</style>
background-color css
<style>
a { background-color: #C073BA; }
a { background-color: rgb(192,115,186); }
div.DivClassName
{
background-color: #C073BA;
}
.BgClassName
{
background-color: #C073BA;
}
</style>
border-color css
<style>
span { border-color: #C073BA; }
span { border-color: rgb(192,115,186); }
td.TdClassName
{
border-color: #C073BA;
}
.TagClassName
{
border-color: #C073BA;
}
</style>