Shades of Fuchsia #C070B2
Tints of Fuchsia #C070B2
RGB
CMYK
RGB Variations
Color information
#C070B2 (or 0xC070B2) is known color: Fuchsia. HEX triplet: C0, 70 and B2. RGB value is (192,112,178). Sum of RGB (Red+Green+Blue) = 192+112+178=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070B2 is #3F8F4D. Grayscale: #8F8F8F. Windows color (decimal): -4165454 or 11694272. OLE color: 11694272.
HSL color Cylindrical-coordinate representation of color #C070B2: hue angle of 310.5º 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 #C070B2 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 178 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.25 |
| HSL | 310.5º | 0.39% | 0.6% | - |
| HSV(B) | 310.5º | 0.42% | 0.75% | - |
| XYZ | 35.57 | 26.01 | 45.27 | - |
| YUV | 143.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 178 | 0 | 0.42 | 0.07 | 0.25 | 310.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | B2 | 0 | 2A | 7 | 19 | 136 | 27 | 3C |
| Octal | 300 | 160 | 262 | 0 | 52 | 7 | 31 | 466 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10110010 | 0 | 101010 | 111 | 11001 | 100110110 | 100111 | 111100 |
Color Harmonies of #C070B2
Complementary color
Monochromatic Colors of #C070B2
Black with #C070B2
Text Example
Text Example
White with #C070B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070B2; }
p { color: rgb(192,112,178); }
H1.HeaderClassName
{
color: #C070B2;
}
.AnyTagClassName
{
color: #C070B2;
}
</style>
background-color css
<style>
a { background-color: #C070B2; }
a { background-color: rgb(192,112,178); }
div.DivClassName
{
background-color: #C070B2;
}
.BgClassName
{
background-color: #C070B2;
}
</style>
border-color css
<style>
span { border-color: #C070B2; }
span { border-color: rgb(192,112,178); }
td.TdClassName
{
border-color: #C070B2;
}
.TagClassName
{
border-color: #C070B2;
}
</style>