Shades of Fuchsia #C070B8
Tints of Fuchsia #C070B8
RGB
CMYK
RGB Variations
Color information
#C070B8 (or 0xC070B8) is known color: Fuchsia. HEX triplet: C0, 70 and B8. RGB value is (192,112,184). Sum of RGB (Red+Green+Blue) = 192+112+184=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070B8 is #3F8F47. Grayscale: #8F8F8F. Windows color (decimal): -4165448 or 12087488. OLE color: 12087488.
HSL color Cylindrical-coordinate representation of color #C070B8: hue angle of 306º 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 #C070B8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 184 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.25 |
| HSL | 306º | 0.39% | 0.6% | - |
| HSV(B) | 306º | 0.42% | 0.75% | - |
| XYZ | 36.18 | 26.26 | 48.51 | - |
| YUV | 144.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 184 | 0 | 0.42 | 0.04 | 0.25 | 306 | 0.39 | 0.6 |
| Hex | C0 | 70 | B8 | 0 | 2A | 4 | 19 | 132 | 27 | 3C |
| Octal | 300 | 160 | 270 | 0 | 52 | 4 | 31 | 462 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10111000 | 0 | 101010 | 100 | 11001 | 100110010 | 100111 | 111100 |
Color Harmonies of #C070B8
Complementary color
Monochromatic Colors of #C070B8
Black with #C070B8
Text Example
Text Example
White with #C070B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070B8; }
p { color: rgb(192,112,184); }
H1.HeaderClassName
{
color: #C070B8;
}
.AnyTagClassName
{
color: #C070B8;
}
</style>
background-color css
<style>
a { background-color: #C070B8; }
a { background-color: rgb(192,112,184); }
div.DivClassName
{
background-color: #C070B8;
}
.BgClassName
{
background-color: #C070B8;
}
</style>
border-color css
<style>
span { border-color: #C070B8; }
span { border-color: rgb(192,112,184); }
td.TdClassName
{
border-color: #C070B8;
}
.TagClassName
{
border-color: #C070B8;
}
</style>