Shades of Fuchsia #C036CD
Tints of Fuchsia #C036CD
RGB
CMYK
RGB Variations
Color information
#C036CD (or 0xC036CD) is known color: Fuchsia. HEX triplet: C0, 36 and CD. RGB value is (192,54,205). Sum of RGB (Red+Green+Blue) = 192+54+205=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #C036CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CD is #3FC932. Grayscale: #707070. Windows color (decimal): -4180275 or 13448896. OLE color: 13448896.
HSL color Cylindrical-coordinate representation of color #C036CD: hue angle of 294.83º 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 #C036CD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 54 | 205 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.20 |
| HSL | 294.83º | 0.6% | 0.51% | - |
| HSV(B) | 294.83º | 0.74% | 0.8% | - |
| XYZ | 34.08 | 18.25 | 59.48 | - |
| YUV | 112.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 205 | 0.06 | 0.74 | 0 | 0.20 | 294.83 | 0.6 | 0.51 |
| Hex | C0 | 36 | CD | 6 | 4A | 0 | 14 | 127 | 3C | 33 |
| Octal | 300 | 66 | 315 | 6 | 112 | 0 | 24 | 447 | 74 | 63 |
| Binary | 11000000 | 110110 | 11001101 | 110 | 1001010 | 0 | 10100 | 100100111 | 111100 | 110011 |
Color Harmonies of #C036CD
Complementary color
Monochromatic Colors of #C036CD
Black with #C036CD
Text Example
Text Example
White with #C036CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036CD; }
p { color: rgb(192,54,205); }
H1.HeaderClassName
{
color: #C036CD;
}
.AnyTagClassName
{
color: #C036CD;
}
</style>
background-color css
<style>
a { background-color: #C036CD; }
a { background-color: rgb(192,54,205); }
div.DivClassName
{
background-color: #C036CD;
}
.BgClassName
{
background-color: #C036CD;
}
</style>
border-color css
<style>
span { border-color: #C036CD; }
span { border-color: rgb(192,54,205); }
td.TdClassName
{
border-color: #C036CD;
}
.TagClassName
{
border-color: #C036CD;
}
</style>