Shades of Fuchsia #C036C2
Tints of Fuchsia #C036C2
RGB
CMYK
RGB Variations
Color information
#C036C2 (or 0xC036C2) is known color: Fuchsia. HEX triplet: C0, 36 and C2. RGB value is (192,54,194). Sum of RGB (Red+Green+Blue) = 192+54+194=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #C036C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036C2 is #3FC93D. Grayscale: #6E6E6E. Windows color (decimal): -4180286 or 12728000. OLE color: 12728000.
HSL color Cylindrical-coordinate representation of color #C036C2: hue angle of 299.14º degrees, saturation: 0.56, 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 #C036C2 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 54 | 194 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.24 |
| HSL | 299.14º | 0.56% | 0.49% | - |
| HSV(B) | 299.14º | 0.72% | 0.76% | - |
| XYZ | 32.8 | 17.74 | 52.73 | - |
| YUV | 111.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 194 | 0.01 | 0.72 | 0 | 0.24 | 299.14 | 0.56 | 0.49 |
| Hex | C0 | 36 | C2 | 1 | 48 | 0 | 18 | 12B | 38 | 31 |
| Octal | 300 | 66 | 302 | 1 | 110 | 0 | 30 | 453 | 70 | 61 |
| Binary | 11000000 | 110110 | 11000010 | 1 | 1001000 | 0 | 11000 | 100101011 | 111000 | 110001 |
Color Harmonies of #C036C2
Complementary color
Monochromatic Colors of #C036C2
Black with #C036C2
Text Example
Text Example
White with #C036C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036C2; }
p { color: rgb(192,54,194); }
H1.HeaderClassName
{
color: #C036C2;
}
.AnyTagClassName
{
color: #C036C2;
}
</style>
background-color css
<style>
a { background-color: #C036C2; }
a { background-color: rgb(192,54,194); }
div.DivClassName
{
background-color: #C036C2;
}
.BgClassName
{
background-color: #C036C2;
}
</style>
border-color css
<style>
span { border-color: #C036C2; }
span { border-color: rgb(192,54,194); }
td.TdClassName
{
border-color: #C036C2;
}
.TagClassName
{
border-color: #C036C2;
}
</style>