Shades of Fuchsia #C070BC
Tints of Fuchsia #C070BC
RGB
CMYK
RGB Variations
Color information
#C070BC (or 0xC070BC) is known color: Fuchsia. HEX triplet: C0, 70 and BC. RGB value is (192,112,188). Sum of RGB (Red+Green+Blue) = 192+112+188=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C070BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070BC is #3F8F43. Grayscale: #909090. Windows color (decimal): -4165444 or 12349632. OLE color: 12349632.
HSL color Cylindrical-coordinate representation of color #C070BC: hue angle of 303º 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 #C070BC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 188 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.25 |
| HSL | 303º | 0.39% | 0.6% | - |
| HSV(B) | 303º | 0.42% | 0.75% | - |
| XYZ | 36.61 | 26.43 | 50.75 | - |
| YUV | 144.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 188 | 0 | 0.42 | 0.02 | 0.25 | 303 | 0.39 | 0.6 |
| Hex | C0 | 70 | BC | 0 | 2A | 2 | 19 | 12F | 27 | 3C |
| Octal | 300 | 160 | 274 | 0 | 52 | 2 | 31 | 457 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10111100 | 0 | 101010 | 10 | 11001 | 100101111 | 100111 | 111100 |
Color Harmonies of #C070BC
Complementary color
Monochromatic Colors of #C070BC
Black with #C070BC
Text Example
Text Example
White with #C070BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070BC; }
p { color: rgb(192,112,188); }
H1.HeaderClassName
{
color: #C070BC;
}
.AnyTagClassName
{
color: #C070BC;
}
</style>
background-color css
<style>
a { background-color: #C070BC; }
a { background-color: rgb(192,112,188); }
div.DivClassName
{
background-color: #C070BC;
}
.BgClassName
{
background-color: #C070BC;
}
</style>
border-color css
<style>
span { border-color: #C070BC; }
span { border-color: rgb(192,112,188); }
td.TdClassName
{
border-color: #C070BC;
}
.TagClassName
{
border-color: #C070BC;
}
</style>