Shades of Fuchsia #C070B6
Tints of Fuchsia #C070B6
RGB
CMYK
RGB Variations
Color information
#C070B6 (or 0xC070B6) is known color: Fuchsia. HEX triplet: C0, 70 and B6. RGB value is (192,112,182). Sum of RGB (Red+Green+Blue) = 192+112+182=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070B6 is #3F8F49. Grayscale: #8F8F8F. Windows color (decimal): -4165450 or 11956416. OLE color: 11956416.
HSL color Cylindrical-coordinate representation of color #C070B6: hue angle of 307.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 #C070B6 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 182 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.25 |
| HSL | 307.5º | 0.39% | 0.6% | - |
| HSV(B) | 307.5º | 0.42% | 0.75% | - |
| XYZ | 35.98 | 26.17 | 47.41 | - |
| YUV | 143.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 182 | 0 | 0.42 | 0.05 | 0.25 | 307.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | B6 | 0 | 2A | 5 | 19 | 134 | 27 | 3C |
| Octal | 300 | 160 | 266 | 0 | 52 | 5 | 31 | 464 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10110110 | 0 | 101010 | 101 | 11001 | 100110100 | 100111 | 111100 |
Color Harmonies of #C070B6
Complementary color
Monochromatic Colors of #C070B6
Black with #C070B6
Text Example
Text Example
White with #C070B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070B6; }
p { color: rgb(192,112,182); }
H1.HeaderClassName
{
color: #C070B6;
}
.AnyTagClassName
{
color: #C070B6;
}
</style>
background-color css
<style>
a { background-color: #C070B6; }
a { background-color: rgb(192,112,182); }
div.DivClassName
{
background-color: #C070B6;
}
.BgClassName
{
background-color: #C070B6;
}
</style>
border-color css
<style>
span { border-color: #C070B6; }
span { border-color: rgb(192,112,182); }
td.TdClassName
{
border-color: #C070B6;
}
.TagClassName
{
border-color: #C070B6;
}
</style>