Shades of Fuchsia #C035B1
Tints of Fuchsia #C035B1
RGB
CMYK
RGB Variations
Color information
#C035B1 (or 0xC035B1) is known color: Fuchsia. HEX triplet: C0, 35 and B1. RGB value is (192,53,177). Sum of RGB (Red+Green+Blue) = 192+53+177=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C035B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035B1 is #3FCA4E. Grayscale: #6C6C6C. Windows color (decimal): -4180559 or 11613632. OLE color: 11613632.
HSL color Cylindrical-coordinate representation of color #C035B1: hue angle of 306.47º 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 #C035B1 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 177 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.25 |
| HSL | 306.47º | 0.57% | 0.48% | - |
| HSV(B) | 306.47º | 0.72% | 0.75% | - |
| XYZ | 30.95 | 16.93 | 43.23 | - |
| YUV | 108.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 177 | 0 | 0.72 | 0.08 | 0.25 | 306.47 | 0.57 | 0.48 |
| Hex | C0 | 35 | B1 | 0 | 48 | 8 | 19 | 132 | 39 | 30 |
| Octal | 300 | 65 | 261 | 0 | 110 | 10 | 31 | 462 | 71 | 60 |
| Binary | 11000000 | 110101 | 10110001 | 0 | 1001000 | 1000 | 11001 | 100110010 | 111001 | 110000 |
Color Harmonies of #C035B1
Complementary color
Monochromatic Colors of #C035B1
Black with #C035B1
Text Example
Text Example
White with #C035B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035B1; }
p { color: rgb(192,53,177); }
H1.HeaderClassName
{
color: #C035B1;
}
.AnyTagClassName
{
color: #C035B1;
}
</style>
background-color css
<style>
a { background-color: #C035B1; }
a { background-color: rgb(192,53,177); }
div.DivClassName
{
background-color: #C035B1;
}
.BgClassName
{
background-color: #C035B1;
}
</style>
border-color css
<style>
span { border-color: #C035B1; }
span { border-color: rgb(192,53,177); }
td.TdClassName
{
border-color: #C035B1;
}
.TagClassName
{
border-color: #C035B1;
}
</style>