Shades of Fuchsia #C036C3
Tints of Fuchsia #C036C3
RGB
CMYK
RGB Variations
Color information
#C036C3 (or 0xC036C3) is known color: Fuchsia. HEX triplet: C0, 36 and C3. RGB value is (192,54,195). Sum of RGB (Red+Green+Blue) = 192+54+195=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #C036C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036C3 is #3FC93C. Grayscale: #6E6E6E. Windows color (decimal): -4180285 or 12793536. OLE color: 12793536.
HSL color Cylindrical-coordinate representation of color #C036C3: hue angle of 298.72º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036C3 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 54 | 195 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.24 |
| HSL | 298.72º | 0.57% | 0.49% | - |
| HSV(B) | 298.72º | 0.72% | 0.76% | - |
| XYZ | 32.91 | 17.78 | 53.33 | - |
| YUV | 111.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 195 | 0.02 | 0.72 | 0 | 0.24 | 298.72 | 0.57 | 0.49 |
| Hex | C0 | 36 | C3 | 2 | 48 | 0 | 18 | 12B | 39 | 31 |
| Octal | 300 | 66 | 303 | 2 | 110 | 0 | 30 | 453 | 71 | 61 |
| Binary | 11000000 | 110110 | 11000011 | 10 | 1001000 | 0 | 11000 | 100101011 | 111001 | 110001 |
Color Harmonies of #C036C3
Complementary color
Monochromatic Colors of #C036C3
Black with #C036C3
Text Example
Text Example
White with #C036C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036C3; }
p { color: rgb(192,54,195); }
H1.HeaderClassName
{
color: #C036C3;
}
.AnyTagClassName
{
color: #C036C3;
}
</style>
background-color css
<style>
a { background-color: #C036C3; }
a { background-color: rgb(192,54,195); }
div.DivClassName
{
background-color: #C036C3;
}
.BgClassName
{
background-color: #C036C3;
}
</style>
border-color css
<style>
span { border-color: #C036C3; }
span { border-color: rgb(192,54,195); }
td.TdClassName
{
border-color: #C036C3;
}
.TagClassName
{
border-color: #C036C3;
}
</style>