Shades of Fuchsia #C070C6
Tints of Fuchsia #C070C6
RGB
CMYK
RGB Variations
Color information
#C070C6 (or 0xC070C6) is known color: Fuchsia. HEX triplet: C0, 70 and C6. RGB value is (192,112,198). Sum of RGB (Red+Green+Blue) = 192+112+198=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #C070C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C6 is #3F8F39. Grayscale: #919191. Windows color (decimal): -4165434 or 13004992. OLE color: 13004992.
HSL color Cylindrical-coordinate representation of color #C070C6: hue angle of 295.81º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C070C6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 112 | 198 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.22 |
| HSL | 295.81º | 0.43% | 0.61% | - |
| HSV(B) | 295.81º | 0.43% | 0.78% | - |
| XYZ | 37.73 | 26.87 | 56.62 | - |
| YUV | 145.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 198 | 0.03 | 0.43 | 0 | 0.22 | 295.81 | 0.43 | 0.61 |
| Hex | C0 | 70 | C6 | 3 | 2B | 0 | 16 | 128 | 2B | 3D |
| Octal | 300 | 160 | 306 | 3 | 53 | 0 | 26 | 450 | 53 | 75 |
| Binary | 11000000 | 1110000 | 11000110 | 11 | 101011 | 0 | 10110 | 100101000 | 101011 | 111101 |
Color Harmonies of #C070C6
Complementary color
Monochromatic Colors of #C070C6
Black with #C070C6
Text Example
Text Example
White with #C070C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070C6; }
p { color: rgb(192,112,198); }
H1.HeaderClassName
{
color: #C070C6;
}
.AnyTagClassName
{
color: #C070C6;
}
</style>
background-color css
<style>
a { background-color: #C070C6; }
a { background-color: rgb(192,112,198); }
div.DivClassName
{
background-color: #C070C6;
}
.BgClassName
{
background-color: #C070C6;
}
</style>
border-color css
<style>
span { border-color: #C070C6; }
span { border-color: rgb(192,112,198); }
td.TdClassName
{
border-color: #C070C6;
}
.TagClassName
{
border-color: #C070C6;
}
</style>