Shades of Fuchsia #C074BB
Tints of Fuchsia #C074BB
RGB
CMYK
RGB Variations
Color information
#C074BB (or 0xC074BB) is known color: Fuchsia. HEX triplet: C0, 74 and BB. RGB value is (192,116,187). Sum of RGB (Red+Green+Blue) = 192+116+187=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BB is #3F8B44. Grayscale: #929292. Windows color (decimal): -4164421 or 12285120. OLE color: 12285120.
HSL color Cylindrical-coordinate representation of color #C074BB: hue angle of 303.95º 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 #C074BB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 187 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.25 |
| HSL | 303.95º | 0.38% | 0.6% | - |
| HSV(B) | 303.95º | 0.4% | 0.75% | - |
| XYZ | 36.95 | 27.29 | 50.33 | - |
| YUV | 146.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 187 | 0 | 0.40 | 0.03 | 0.25 | 303.95 | 0.38 | 0.6 |
| Hex | C0 | 74 | BB | 0 | 28 | 3 | 19 | 130 | 26 | 3C |
| Octal | 300 | 164 | 273 | 0 | 50 | 3 | 31 | 460 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10111011 | 0 | 101000 | 11 | 11001 | 100110000 | 100110 | 111100 |
Color Harmonies of #C074BB
Complementary color
Monochromatic Colors of #C074BB
Black with #C074BB
Text Example
Text Example
White with #C074BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074BB; }
p { color: rgb(192,116,187); }
H1.HeaderClassName
{
color: #C074BB;
}
.AnyTagClassName
{
color: #C074BB;
}
</style>
background-color css
<style>
a { background-color: #C074BB; }
a { background-color: rgb(192,116,187); }
div.DivClassName
{
background-color: #C074BB;
}
.BgClassName
{
background-color: #C074BB;
}
</style>
border-color css
<style>
span { border-color: #C074BB; }
span { border-color: rgb(192,116,187); }
td.TdClassName
{
border-color: #C074BB;
}
.TagClassName
{
border-color: #C074BB;
}
</style>