Shades of Fuchsia #C036B6
Tints of Fuchsia #C036B6
RGB
CMYK
RGB Variations
Color information
#C036B6 (or 0xC036B6) is known color: Fuchsia. HEX triplet: C0, 36 and B6. RGB value is (192,54,182). Sum of RGB (Red+Green+Blue) = 192+54+182=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C036B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036B6 is #3FC949. Grayscale: #6D6D6D. Windows color (decimal): -4180298 or 11941568. OLE color: 11941568.
HSL color Cylindrical-coordinate representation of color #C036B6: hue angle of 304.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036B6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 182 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.25 |
| HSL | 304.35º | 0.56% | 0.48% | - |
| HSV(B) | 304.35º | 0.72% | 0.75% | - |
| XYZ | 31.5 | 17.22 | 45.92 | - |
| YUV | 109.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 182 | 0 | 0.72 | 0.05 | 0.25 | 304.35 | 0.56 | 0.48 |
| Hex | C0 | 36 | B6 | 0 | 48 | 5 | 19 | 130 | 38 | 30 |
| Octal | 300 | 66 | 266 | 0 | 110 | 5 | 31 | 460 | 70 | 60 |
| Binary | 11000000 | 110110 | 10110110 | 0 | 1001000 | 101 | 11001 | 100110000 | 111000 | 110000 |
Color Harmonies of #C036B6
Complementary color
Monochromatic Colors of #C036B6
Black with #C036B6
Text Example
Text Example
White with #C036B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036B6; }
p { color: rgb(192,54,182); }
H1.HeaderClassName
{
color: #C036B6;
}
.AnyTagClassName
{
color: #C036B6;
}
</style>
background-color css
<style>
a { background-color: #C036B6; }
a { background-color: rgb(192,54,182); }
div.DivClassName
{
background-color: #C036B6;
}
.BgClassName
{
background-color: #C036B6;
}
</style>
border-color css
<style>
span { border-color: #C036B6; }
span { border-color: rgb(192,54,182); }
td.TdClassName
{
border-color: #C036B6;
}
.TagClassName
{
border-color: #C036B6;
}
</style>