Shades of Fuchsia #C074BD
Tints of Fuchsia #C074BD
RGB
CMYK
RGB Variations
Color information
#C074BD (or 0xC074BD) is known color: Fuchsia. HEX triplet: C0, 74 and BD. RGB value is (192,116,189). Sum of RGB (Red+Green+Blue) = 192+116+189=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BD is #3F8B42. Grayscale: #929292. Windows color (decimal): -4164419 or 12416192. OLE color: 12416192.
HSL color Cylindrical-coordinate representation of color #C074BD: hue angle of 302.37º 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 #C074BD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 189 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.25 |
| HSL | 302.37º | 0.38% | 0.6% | - |
| HSV(B) | 302.37º | 0.4% | 0.75% | - |
| XYZ | 37.17 | 27.37 | 51.47 | - |
| YUV | 147.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 189 | 0 | 0.40 | 0.02 | 0.25 | 302.37 | 0.38 | 0.6 |
| Hex | C0 | 74 | BD | 0 | 28 | 2 | 19 | 12E | 26 | 3C |
| Octal | 300 | 164 | 275 | 0 | 50 | 2 | 31 | 456 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10111101 | 0 | 101000 | 10 | 11001 | 100101110 | 100110 | 111100 |
Color Harmonies of #C074BD
Complementary color
Monochromatic Colors of #C074BD
Black with #C074BD
Text Example
Text Example
White with #C074BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074BD; }
p { color: rgb(192,116,189); }
H1.HeaderClassName
{
color: #C074BD;
}
.AnyTagClassName
{
color: #C074BD;
}
</style>
background-color css
<style>
a { background-color: #C074BD; }
a { background-color: rgb(192,116,189); }
div.DivClassName
{
background-color: #C074BD;
}
.BgClassName
{
background-color: #C074BD;
}
</style>
border-color css
<style>
span { border-color: #C074BD; }
span { border-color: rgb(192,116,189); }
td.TdClassName
{
border-color: #C074BD;
}
.TagClassName
{
border-color: #C074BD;
}
</style>