Shades of Fuchsia #C074BF
Tints of Fuchsia #C074BF
RGB
CMYK
RGB Variations
Color information
#C074BF (or 0xC074BF) is known color: Fuchsia. HEX triplet: C0, 74 and BF. RGB value is (192,116,191). Sum of RGB (Red+Green+Blue) = 192+116+191=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BF is #3F8B40. Grayscale: #939393. Windows color (decimal): -4164417 or 12547264. OLE color: 12547264.
HSL color Cylindrical-coordinate representation of color #C074BF: hue angle of 300.79º 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 #C074BF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 191 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.25 |
| HSL | 300.79º | 0.38% | 0.6% | - |
| HSV(B) | 300.79º | 0.4% | 0.75% | - |
| XYZ | 37.39 | 27.46 | 52.62 | - |
| YUV | 147.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 191 | 0 | 0.40 | 0.01 | 0.25 | 300.79 | 0.38 | 0.6 |
| Hex | C0 | 74 | BF | 0 | 28 | 1 | 19 | 12D | 26 | 3C |
| Octal | 300 | 164 | 277 | 0 | 50 | 1 | 31 | 455 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10111111 | 0 | 101000 | 1 | 11001 | 100101101 | 100110 | 111100 |
Color Harmonies of #C074BF
Complementary color
Monochromatic Colors of #C074BF
Black with #C074BF
Text Example
Text Example
White with #C074BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074BF; }
p { color: rgb(192,116,191); }
H1.HeaderClassName
{
color: #C074BF;
}
.AnyTagClassName
{
color: #C074BF;
}
</style>
background-color css
<style>
a { background-color: #C074BF; }
a { background-color: rgb(192,116,191); }
div.DivClassName
{
background-color: #C074BF;
}
.BgClassName
{
background-color: #C074BF;
}
</style>
border-color css
<style>
span { border-color: #C074BF; }
span { border-color: rgb(192,116,191); }
td.TdClassName
{
border-color: #C074BF;
}
.TagClassName
{
border-color: #C074BF;
}
</style>