Shades of Fuchsia #C070C7
Tints of Fuchsia #C070C7
RGB
CMYK
RGB Variations
Color information
#C070C7 (or 0xC070C7) is known color: Fuchsia. HEX triplet: C0, 70 and C7. RGB value is (192,112,199). Sum of RGB (Red+Green+Blue) = 192+112+199=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #C070C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C7 is #3F8F38. Grayscale: #919191. Windows color (decimal): -4165433 or 13070528. OLE color: 13070528.
HSL color Cylindrical-coordinate representation of color #C070C7: hue angle of 295.17º 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 #C070C7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 112 | 199 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.22 |
| HSL | 295.17º | 0.44% | 0.61% | - |
| HSV(B) | 295.17º | 0.44% | 0.78% | - |
| XYZ | 37.84 | 26.92 | 57.23 | - |
| YUV | 145.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 199 | 0.04 | 0.44 | 0 | 0.22 | 295.17 | 0.44 | 0.61 |
| Hex | C0 | 70 | C7 | 4 | 2C | 0 | 16 | 127 | 2C | 3D |
| Octal | 300 | 160 | 307 | 4 | 54 | 0 | 26 | 447 | 54 | 75 |
| Binary | 11000000 | 1110000 | 11000111 | 100 | 101100 | 0 | 10110 | 100100111 | 101100 | 111101 |
Color Harmonies of #C070C7
Complementary color
Monochromatic Colors of #C070C7
Black with #C070C7
Text Example
Text Example
White with #C070C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070C7; }
p { color: rgb(192,112,199); }
H1.HeaderClassName
{
color: #C070C7;
}
.AnyTagClassName
{
color: #C070C7;
}
</style>
background-color css
<style>
a { background-color: #C070C7; }
a { background-color: rgb(192,112,199); }
div.DivClassName
{
background-color: #C070C7;
}
.BgClassName
{
background-color: #C070C7;
}
</style>
border-color css
<style>
span { border-color: #C070C7; }
span { border-color: rgb(192,112,199); }
td.TdClassName
{
border-color: #C070C7;
}
.TagClassName
{
border-color: #C070C7;
}
</style>