Shades of Fuchsia #C035BC
Tints of Fuchsia #C035BC
RGB
CMYK
RGB Variations
Color information
#C035BC (or 0xC035BC) is known color: Fuchsia. HEX triplet: C0, 35 and BC. RGB value is (192,53,188). Sum of RGB (Red+Green+Blue) = 192+53+188=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BC is #3FCA43. Grayscale: #6D6D6D. Windows color (decimal): -4180548 or 12334528. OLE color: 12334528.
HSL color Cylindrical-coordinate representation of color #C035BC: hue angle of 301.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035BC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 188 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.25 |
| HSL | 301.73º | 0.57% | 0.48% | - |
| HSV(B) | 301.73º | 0.72% | 0.75% | - |
| XYZ | 32.09 | 17.38 | 49.24 | - |
| YUV | 109.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 188 | 0 | 0.72 | 0.02 | 0.25 | 301.73 | 0.57 | 0.48 |
| Hex | C0 | 35 | BC | 0 | 48 | 2 | 19 | 12E | 39 | 30 |
| Octal | 300 | 65 | 274 | 0 | 110 | 2 | 31 | 456 | 71 | 60 |
| Binary | 11000000 | 110101 | 10111100 | 0 | 1001000 | 10 | 11001 | 100101110 | 111001 | 110000 |
Color Harmonies of #C035BC
Complementary color
Monochromatic Colors of #C035BC
Black with #C035BC
Text Example
Text Example
White with #C035BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035BC; }
p { color: rgb(192,53,188); }
H1.HeaderClassName
{
color: #C035BC;
}
.AnyTagClassName
{
color: #C035BC;
}
</style>
background-color css
<style>
a { background-color: #C035BC; }
a { background-color: rgb(192,53,188); }
div.DivClassName
{
background-color: #C035BC;
}
.BgClassName
{
background-color: #C035BC;
}
</style>
border-color css
<style>
span { border-color: #C035BC; }
span { border-color: rgb(192,53,188); }
td.TdClassName
{
border-color: #C035BC;
}
.TagClassName
{
border-color: #C035BC;
}
</style>