Shades of Fuchsia #C070B9
Tints of Fuchsia #C070B9
RGB
CMYK
RGB Variations
Color information
#C070B9 (or 0xC070B9) is known color: Fuchsia. HEX triplet: C0, 70 and B9. RGB value is (192,112,185). Sum of RGB (Red+Green+Blue) = 192+112+185=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070B9 is #3F8F46. Grayscale: #909090. Windows color (decimal): -4165447 or 12153024. OLE color: 12153024.
HSL color Cylindrical-coordinate representation of color #C070B9: hue angle of 305.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070B9 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 185 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.25 |
| HSL | 305.25º | 0.39% | 0.6% | - |
| HSV(B) | 305.25º | 0.42% | 0.75% | - |
| XYZ | 36.29 | 26.3 | 49.06 | - |
| YUV | 144.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 185 | 0 | 0.42 | 0.04 | 0.25 | 305.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | B9 | 0 | 2A | 4 | 19 | 131 | 27 | 3C |
| Octal | 300 | 160 | 271 | 0 | 52 | 4 | 31 | 461 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10111001 | 0 | 101010 | 100 | 11001 | 100110001 | 100111 | 111100 |
Color Harmonies of #C070B9
Complementary color
Monochromatic Colors of #C070B9
Black with #C070B9
Text Example
Text Example
White with #C070B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070B9; }
p { color: rgb(192,112,185); }
H1.HeaderClassName
{
color: #C070B9;
}
.AnyTagClassName
{
color: #C070B9;
}
</style>
background-color css
<style>
a { background-color: #C070B9; }
a { background-color: rgb(192,112,185); }
div.DivClassName
{
background-color: #C070B9;
}
.BgClassName
{
background-color: #C070B9;
}
</style>
border-color css
<style>
span { border-color: #C070B9; }
span { border-color: rgb(192,112,185); }
td.TdClassName
{
border-color: #C070B9;
}
.TagClassName
{
border-color: #C070B9;
}
</style>