Shades of Fuchsia #C036C6
Tints of Fuchsia #C036C6
RGB
CMYK
RGB Variations
Color information
#C036C6 (or 0xC036C6) is known color: Fuchsia. HEX triplet: C0, 36 and C6. RGB value is (192,54,198). Sum of RGB (Red+Green+Blue) = 192+54+198=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #C036C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036C6 is #3FC939. Grayscale: #6F6F6F. Windows color (decimal): -4180282 or 12990144. OLE color: 12990144.
HSL color Cylindrical-coordinate representation of color #C036C6: hue angle of 297.5º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C036C6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 54 | 198 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.22 |
| HSL | 297.5º | 0.57% | 0.49% | - |
| HSV(B) | 297.5º | 0.73% | 0.78% | - |
| XYZ | 33.25 | 17.92 | 55.13 | - |
| YUV | 111.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 198 | 0.03 | 0.73 | 0 | 0.22 | 297.5 | 0.57 | 0.49 |
| Hex | C0 | 36 | C6 | 3 | 49 | 0 | 16 | 12A | 39 | 31 |
| Octal | 300 | 66 | 306 | 3 | 111 | 0 | 26 | 452 | 71 | 61 |
| Binary | 11000000 | 110110 | 11000110 | 11 | 1001001 | 0 | 10110 | 100101010 | 111001 | 110001 |
Color Harmonies of #C036C6
Complementary color
Monochromatic Colors of #C036C6
Black with #C036C6
Text Example
Text Example
White with #C036C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036C6; }
p { color: rgb(192,54,198); }
H1.HeaderClassName
{
color: #C036C6;
}
.AnyTagClassName
{
color: #C036C6;
}
</style>
background-color css
<style>
a { background-color: #C036C6; }
a { background-color: rgb(192,54,198); }
div.DivClassName
{
background-color: #C036C6;
}
.BgClassName
{
background-color: #C036C6;
}
</style>
border-color css
<style>
span { border-color: #C036C6; }
span { border-color: rgb(192,54,198); }
td.TdClassName
{
border-color: #C036C6;
}
.TagClassName
{
border-color: #C036C6;
}
</style>