Shades of Fuchsia #C075C2
Tints of Fuchsia #C075C2
RGB
CMYK
RGB Variations
Color information
#C075C2 (or 0xC075C2) is known color: Fuchsia. HEX triplet: C0, 75 and C2. RGB value is (192,117,194). Sum of RGB (Red+Green+Blue) = 192+117+194=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #C075C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075C2 is #3F8A3D. Grayscale: #939393. Windows color (decimal): -4164158 or 12744128. OLE color: 12744128.
HSL color Cylindrical-coordinate representation of color #C075C2: hue angle of 298.44º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C075C2 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 117 | 194 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.24 |
| HSL | 298.44º | 0.39% | 0.61% | - |
| HSV(B) | 298.44º | 0.4% | 0.76% | - |
| XYZ | 37.84 | 27.82 | 54.42 | - |
| YUV | 148.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 194 | 0.01 | 0.40 | 0 | 0.24 | 298.44 | 0.39 | 0.61 |
| Hex | C0 | 75 | C2 | 1 | 28 | 0 | 18 | 12A | 27 | 3D |
| Octal | 300 | 165 | 302 | 1 | 50 | 0 | 30 | 452 | 47 | 75 |
| Binary | 11000000 | 1110101 | 11000010 | 1 | 101000 | 0 | 11000 | 100101010 | 100111 | 111101 |
Color Harmonies of #C075C2
Complementary color
Monochromatic Colors of #C075C2
Black with #C075C2
Text Example
Text Example
White with #C075C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075C2; }
p { color: rgb(192,117,194); }
H1.HeaderClassName
{
color: #C075C2;
}
.AnyTagClassName
{
color: #C075C2;
}
</style>
background-color css
<style>
a { background-color: #C075C2; }
a { background-color: rgb(192,117,194); }
div.DivClassName
{
background-color: #C075C2;
}
.BgClassName
{
background-color: #C075C2;
}
</style>
border-color css
<style>
span { border-color: #C075C2; }
span { border-color: rgb(192,117,194); }
td.TdClassName
{
border-color: #C075C2;
}
.TagClassName
{
border-color: #C075C2;
}
</style>