Shades of Fuchsia #C031B2
Tints of Fuchsia #C031B2
RGB
CMYK
RGB Variations
Color information
#C031B2 (or 0xC031B2) is known color: Fuchsia. HEX triplet: C0, 31 and B2. RGB value is (192,49,178). Sum of RGB (Red+Green+Blue) = 192+49+178=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031B2 is #3FCE4D. Grayscale: #6A6A6A. Windows color (decimal): -4181582 or 11678144. OLE color: 11678144.
HSL color Cylindrical-coordinate representation of color #C031B2: hue angle of 305.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031B2 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 178 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.25 |
| HSL | 305.87º | 0.59% | 0.47% | - |
| HSV(B) | 305.87º | 0.74% | 0.75% | - |
| XYZ | 30.87 | 16.62 | 43.7 | - |
| YUV | 106.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 178 | 0 | 0.74 | 0.07 | 0.25 | 305.87 | 0.59 | 0.47 |
| Hex | C0 | 31 | B2 | 0 | 4A | 7 | 19 | 132 | 3B | 2F |
| Octal | 300 | 61 | 262 | 0 | 112 | 7 | 31 | 462 | 73 | 57 |
| Binary | 11000000 | 110001 | 10110010 | 0 | 1001010 | 111 | 11001 | 100110010 | 111011 | 101111 |
Color Harmonies of #C031B2
Complementary color
Monochromatic Colors of #C031B2
Black with #C031B2
Text Example
Text Example
White with #C031B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031B2; }
p { color: rgb(192,49,178); }
H1.HeaderClassName
{
color: #C031B2;
}
.AnyTagClassName
{
color: #C031B2;
}
</style>
background-color css
<style>
a { background-color: #C031B2; }
a { background-color: rgb(192,49,178); }
div.DivClassName
{
background-color: #C031B2;
}
.BgClassName
{
background-color: #C031B2;
}
</style>
border-color css
<style>
span { border-color: #C031B2; }
span { border-color: rgb(192,49,178); }
td.TdClassName
{
border-color: #C031B2;
}
.TagClassName
{
border-color: #C031B2;
}
</style>