Shades of Fuchsia #C070C2
Tints of Fuchsia #C070C2
RGB
CMYK
RGB Variations
Color information
#C070C2 (or 0xC070C2) is known color: Fuchsia. HEX triplet: C0, 70 and C2. RGB value is (192,112,194). Sum of RGB (Red+Green+Blue) = 192+112+194=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #C070C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C2 is #3F8F3D. Grayscale: #919191. Windows color (decimal): -4165438 or 12742848. OLE color: 12742848.
HSL color Cylindrical-coordinate representation of color #C070C2: hue angle of 298.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070C2 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 112 | 194 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.24 |
| HSL | 298.54º | 0.4% | 0.6% | - |
| HSV(B) | 298.54º | 0.42% | 0.76% | - |
| XYZ | 37.27 | 26.69 | 54.23 | - |
| YUV | 145.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 194 | 0.01 | 0.42 | 0 | 0.24 | 298.54 | 0.4 | 0.6 |
| Hex | C0 | 70 | C2 | 1 | 2A | 0 | 18 | 12B | 28 | 3C |
| Octal | 300 | 160 | 302 | 1 | 52 | 0 | 30 | 453 | 50 | 74 |
| Binary | 11000000 | 1110000 | 11000010 | 1 | 101010 | 0 | 11000 | 100101011 | 101000 | 111100 |
Color Harmonies of #C070C2
Complementary color
Monochromatic Colors of #C070C2
Black with #C070C2
Text Example
Text Example
White with #C070C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070C2; }
p { color: rgb(192,112,194); }
H1.HeaderClassName
{
color: #C070C2;
}
.AnyTagClassName
{
color: #C070C2;
}
</style>
background-color css
<style>
a { background-color: #C070C2; }
a { background-color: rgb(192,112,194); }
div.DivClassName
{
background-color: #C070C2;
}
.BgClassName
{
background-color: #C070C2;
}
</style>
border-color css
<style>
span { border-color: #C070C2; }
span { border-color: rgb(192,112,194); }
td.TdClassName
{
border-color: #C070C2;
}
.TagClassName
{
border-color: #C070C2;
}
</style>