Shades of Fuchsia #C073BD
Tints of Fuchsia #C073BD
RGB
CMYK
RGB Variations
Color information
#C073BD (or 0xC073BD) is known color: Fuchsia. HEX triplet: C0, 73 and BD. RGB value is (192,115,189). Sum of RGB (Red+Green+Blue) = 192+115+189=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BD is #3F8C42. Grayscale: #929292. Windows color (decimal): -4164675 or 12415936. OLE color: 12415936.
HSL color Cylindrical-coordinate representation of color #C073BD: hue angle of 302.34º 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 #C073BD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 189 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.25 |
| HSL | 302.34º | 0.38% | 0.6% | - |
| HSV(B) | 302.34º | 0.4% | 0.75% | - |
| XYZ | 37.05 | 27.14 | 51.43 | - |
| YUV | 146.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 189 | 0 | 0.40 | 0.02 | 0.25 | 302.34 | 0.38 | 0.6 |
| Hex | C0 | 73 | BD | 0 | 28 | 2 | 19 | 12E | 26 | 3C |
| Octal | 300 | 163 | 275 | 0 | 50 | 2 | 31 | 456 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10111101 | 0 | 101000 | 10 | 11001 | 100101110 | 100110 | 111100 |
Color Harmonies of #C073BD
Complementary color
Monochromatic Colors of #C073BD
Black with #C073BD
Text Example
Text Example
White with #C073BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073BD; }
p { color: rgb(192,115,189); }
H1.HeaderClassName
{
color: #C073BD;
}
.AnyTagClassName
{
color: #C073BD;
}
</style>
background-color css
<style>
a { background-color: #C073BD; }
a { background-color: rgb(192,115,189); }
div.DivClassName
{
background-color: #C073BD;
}
.BgClassName
{
background-color: #C073BD;
}
</style>
border-color css
<style>
span { border-color: #C073BD; }
span { border-color: rgb(192,115,189); }
td.TdClassName
{
border-color: #C073BD;
}
.TagClassName
{
border-color: #C073BD;
}
</style>