Shades of Fuchsia #C035CD
Tints of Fuchsia #C035CD
RGB
CMYK
RGB Variations
Color information
#C035CD (or 0xC035CD) is known color: Fuchsia. HEX triplet: C0, 35 and CD. RGB value is (192,53,205). Sum of RGB (Red+Green+Blue) = 192+53+205=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #C035CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035CD is #3FCA32. Grayscale: #6F6F6F. Windows color (decimal): -4180531 or 13448640. OLE color: 13448640.
HSL color Cylindrical-coordinate representation of color #C035CD: hue angle of 294.87º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C035CD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 53 | 205 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.20 |
| HSL | 294.87º | 0.6% | 0.51% | - |
| HSV(B) | 294.87º | 0.74% | 0.8% | - |
| XYZ | 34.03 | 18.16 | 59.47 | - |
| YUV | 111.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 205 | 0.06 | 0.74 | 0 | 0.20 | 294.87 | 0.6 | 0.51 |
| Hex | C0 | 35 | CD | 6 | 4A | 0 | 14 | 127 | 3C | 33 |
| Octal | 300 | 65 | 315 | 6 | 112 | 0 | 24 | 447 | 74 | 63 |
| Binary | 11000000 | 110101 | 11001101 | 110 | 1001010 | 0 | 10100 | 100100111 | 111100 | 110011 |
Color Harmonies of #C035CD
Complementary color
Monochromatic Colors of #C035CD
Black with #C035CD
Text Example
Text Example
White with #C035CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035CD; }
p { color: rgb(192,53,205); }
H1.HeaderClassName
{
color: #C035CD;
}
.AnyTagClassName
{
color: #C035CD;
}
</style>
background-color css
<style>
a { background-color: #C035CD; }
a { background-color: rgb(192,53,205); }
div.DivClassName
{
background-color: #C035CD;
}
.BgClassName
{
background-color: #C035CD;
}
</style>
border-color css
<style>
span { border-color: #C035CD; }
span { border-color: rgb(192,53,205); }
td.TdClassName
{
border-color: #C035CD;
}
.TagClassName
{
border-color: #C035CD;
}
</style>