Shades of Fuchsia #C070BB
Tints of Fuchsia #C070BB
RGB
CMYK
RGB Variations
Color information
#C070BB (or 0xC070BB) is known color: Fuchsia. HEX triplet: C0, 70 and BB. RGB value is (192,112,187). Sum of RGB (Red+Green+Blue) = 192+112+187=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C070BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070BB is #3F8F44. Grayscale: #909090. Windows color (decimal): -4165445 or 12284096. OLE color: 12284096.
HSL color Cylindrical-coordinate representation of color #C070BB: hue angle of 303.75º 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 #C070BB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 187 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.25 |
| HSL | 303.75º | 0.39% | 0.6% | - |
| HSV(B) | 303.75º | 0.42% | 0.75% | - |
| XYZ | 36.5 | 26.38 | 50.18 | - |
| YUV | 144.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 187 | 0 | 0.42 | 0.03 | 0.25 | 303.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | BB | 0 | 2A | 3 | 19 | 130 | 27 | 3C |
| Octal | 300 | 160 | 273 | 0 | 52 | 3 | 31 | 460 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10111011 | 0 | 101010 | 11 | 11001 | 100110000 | 100111 | 111100 |
Color Harmonies of #C070BB
Complementary color
Monochromatic Colors of #C070BB
Black with #C070BB
Text Example
Text Example
White with #C070BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070BB; }
p { color: rgb(192,112,187); }
H1.HeaderClassName
{
color: #C070BB;
}
.AnyTagClassName
{
color: #C070BB;
}
</style>
background-color css
<style>
a { background-color: #C070BB; }
a { background-color: rgb(192,112,187); }
div.DivClassName
{
background-color: #C070BB;
}
.BgClassName
{
background-color: #C070BB;
}
</style>
border-color css
<style>
span { border-color: #C070BB; }
span { border-color: rgb(192,112,187); }
td.TdClassName
{
border-color: #C070BB;
}
.TagClassName
{
border-color: #C070BB;
}
</style>