Shades of Fuchsia #C035CA
Tints of Fuchsia #C035CA
RGB
CMYK
RGB Variations
Color information
#C035CA (or 0xC035CA) is known color: Fuchsia. HEX triplet: C0, 35 and CA. RGB value is (192,53,202). Sum of RGB (Red+Green+Blue) = 192+53+202=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #C035CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035CA is #3FCA35. Grayscale: #6F6F6F. Windows color (decimal): -4180534 or 13252032. OLE color: 13252032.
HSL color Cylindrical-coordinate representation of color #C035CA: hue angle of 295.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C035CA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 53 | 202 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.21 |
| HSL | 295.97º | 0.58% | 0.5% | - |
| HSV(B) | 295.97º | 0.74% | 0.79% | - |
| XYZ | 33.67 | 18.02 | 57.58 | - |
| YUV | 111.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 202 | 0.05 | 0.74 | 0 | 0.21 | 295.97 | 0.58 | 0.5 |
| Hex | C0 | 35 | CA | 5 | 4A | 0 | 15 | 128 | 3A | 32 |
| Octal | 300 | 65 | 312 | 5 | 112 | 0 | 25 | 450 | 72 | 62 |
| Binary | 11000000 | 110101 | 11001010 | 101 | 1001010 | 0 | 10101 | 100101000 | 111010 | 110010 |
Color Harmonies of #C035CA
Complementary color
Monochromatic Colors of #C035CA
Black with #C035CA
Text Example
Text Example
White with #C035CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035CA; }
p { color: rgb(192,53,202); }
H1.HeaderClassName
{
color: #C035CA;
}
.AnyTagClassName
{
color: #C035CA;
}
</style>
background-color css
<style>
a { background-color: #C035CA; }
a { background-color: rgb(192,53,202); }
div.DivClassName
{
background-color: #C035CA;
}
.BgClassName
{
background-color: #C035CA;
}
</style>
border-color css
<style>
span { border-color: #C035CA; }
span { border-color: rgb(192,53,202); }
td.TdClassName
{
border-color: #C035CA;
}
.TagClassName
{
border-color: #C035CA;
}
</style>