Shades of Fuchsia #C074BC
Tints of Fuchsia #C074BC
RGB
CMYK
RGB Variations
Color information
#C074BC (or 0xC074BC) is known color: Fuchsia. HEX triplet: C0, 74 and BC. RGB value is (192,116,188). Sum of RGB (Red+Green+Blue) = 192+116+188=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BC is #3F8B43. Grayscale: #929292. Windows color (decimal): -4164420 or 12350656. OLE color: 12350656.
HSL color Cylindrical-coordinate representation of color #C074BC: hue angle of 303.16º 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 #C074BC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 188 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.25 |
| HSL | 303.16º | 0.38% | 0.6% | - |
| HSV(B) | 303.16º | 0.4% | 0.75% | - |
| XYZ | 37.06 | 27.33 | 50.9 | - |
| YUV | 146.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 188 | 0 | 0.40 | 0.02 | 0.25 | 303.16 | 0.38 | 0.6 |
| Hex | C0 | 74 | BC | 0 | 28 | 2 | 19 | 12F | 26 | 3C |
| Octal | 300 | 164 | 274 | 0 | 50 | 2 | 31 | 457 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10111100 | 0 | 101000 | 10 | 11001 | 100101111 | 100110 | 111100 |
Color Harmonies of #C074BC
Complementary color
Monochromatic Colors of #C074BC
Black with #C074BC
Text Example
Text Example
White with #C074BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074BC; }
p { color: rgb(192,116,188); }
H1.HeaderClassName
{
color: #C074BC;
}
.AnyTagClassName
{
color: #C074BC;
}
</style>
background-color css
<style>
a { background-color: #C074BC; }
a { background-color: rgb(192,116,188); }
div.DivClassName
{
background-color: #C074BC;
}
.BgClassName
{
background-color: #C074BC;
}
</style>
border-color css
<style>
span { border-color: #C074BC; }
span { border-color: rgb(192,116,188); }
td.TdClassName
{
border-color: #C074BC;
}
.TagClassName
{
border-color: #C074BC;
}
</style>