Shades of Fuchsia #C035B5
Tints of Fuchsia #C035B5
RGB
CMYK
RGB Variations
Color information
#C035B5 (or 0xC035B5) is known color: Fuchsia. HEX triplet: C0, 35 and B5. RGB value is (192,53,181). Sum of RGB (Red+Green+Blue) = 192+53+181=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C035B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035B5 is #3FCA4A. Grayscale: #6C6C6C. Windows color (decimal): -4180555 or 11875776. OLE color: 11875776.
HSL color Cylindrical-coordinate representation of color #C035B5: hue angle of 304.75º 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 #C035B5 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 181 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.25 |
| HSL | 304.75º | 0.57% | 0.48% | - |
| HSV(B) | 304.75º | 0.72% | 0.75% | - |
| XYZ | 31.35 | 17.09 | 45.36 | - |
| YUV | 109.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 181 | 0 | 0.72 | 0.06 | 0.25 | 304.75 | 0.57 | 0.48 |
| Hex | C0 | 35 | B5 | 0 | 48 | 6 | 19 | 131 | 39 | 30 |
| Octal | 300 | 65 | 265 | 0 | 110 | 6 | 31 | 461 | 71 | 60 |
| Binary | 11000000 | 110101 | 10110101 | 0 | 1001000 | 110 | 11001 | 100110001 | 111001 | 110000 |
Color Harmonies of #C035B5
Complementary color
Monochromatic Colors of #C035B5
Black with #C035B5
Text Example
Text Example
White with #C035B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035B5; }
p { color: rgb(192,53,181); }
H1.HeaderClassName
{
color: #C035B5;
}
.AnyTagClassName
{
color: #C035B5;
}
</style>
background-color css
<style>
a { background-color: #C035B5; }
a { background-color: rgb(192,53,181); }
div.DivClassName
{
background-color: #C035B5;
}
.BgClassName
{
background-color: #C035B5;
}
</style>
border-color css
<style>
span { border-color: #C035B5; }
span { border-color: rgb(192,53,181); }
td.TdClassName
{
border-color: #C035B5;
}
.TagClassName
{
border-color: #C035B5;
}
</style>