Shades of Fuchsia #C070C8
Tints of Fuchsia #C070C8
RGB
CMYK
RGB Variations
Color information
#C070C8 (or 0xC070C8) is known color: Fuchsia. HEX triplet: C0, 70 and C8. RGB value is (192,112,200). Sum of RGB (Red+Green+Blue) = 192+112+200=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #C070C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C8 is #3F8F37. Grayscale: #919191. Windows color (decimal): -4165432 or 13136064. OLE color: 13136064.
HSL color Cylindrical-coordinate representation of color #C070C8: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C070C8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 112 | 200 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.22 |
| HSL | 294.55º | 0.44% | 0.61% | - |
| HSV(B) | 294.55º | 0.44% | 0.78% | - |
| XYZ | 37.96 | 26.96 | 57.85 | - |
| YUV | 145.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 200 | 0.04 | 0.44 | 0 | 0.22 | 294.55 | 0.44 | 0.61 |
| Hex | C0 | 70 | C8 | 4 | 2C | 0 | 16 | 127 | 2C | 3D |
| Octal | 300 | 160 | 310 | 4 | 54 | 0 | 26 | 447 | 54 | 75 |
| Binary | 11000000 | 1110000 | 11001000 | 100 | 101100 | 0 | 10110 | 100100111 | 101100 | 111101 |
Color Harmonies of #C070C8
Complementary color
Monochromatic Colors of #C070C8
Black with #C070C8
Text Example
Text Example
White with #C070C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070C8; }
p { color: rgb(192,112,200); }
H1.HeaderClassName
{
color: #C070C8;
}
.AnyTagClassName
{
color: #C070C8;
}
</style>
background-color css
<style>
a { background-color: #C070C8; }
a { background-color: rgb(192,112,200); }
div.DivClassName
{
background-color: #C070C8;
}
.BgClassName
{
background-color: #C070C8;
}
</style>
border-color css
<style>
span { border-color: #C070C8; }
span { border-color: rgb(192,112,200); }
td.TdClassName
{
border-color: #C070C8;
}
.TagClassName
{
border-color: #C070C8;
}
</style>