Shades of Fuchsia #C033B1
Tints of Fuchsia #C033B1
RGB
CMYK
RGB Variations
Color information
#C033B1 (or 0xC033B1) is known color: Fuchsia. HEX triplet: C0, 33 and B1. RGB value is (192,51,177). Sum of RGB (Red+Green+Blue) = 192+51+177=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033B1 is #3FCC4E. Grayscale: #6B6B6B. Windows color (decimal): -4181071 or 11613120. OLE color: 11613120.
HSL color Cylindrical-coordinate representation of color #C033B1: hue angle of 306.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C033B1 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 177 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.25 |
| HSL | 306.38º | 0.58% | 0.48% | - |
| HSV(B) | 306.38º | 0.73% | 0.75% | - |
| XYZ | 30.86 | 16.75 | 43.2 | - |
| YUV | 107.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 177 | 0 | 0.73 | 0.08 | 0.25 | 306.38 | 0.58 | 0.48 |
| Hex | C0 | 33 | B1 | 0 | 49 | 8 | 19 | 132 | 3A | 30 |
| Octal | 300 | 63 | 261 | 0 | 111 | 10 | 31 | 462 | 72 | 60 |
| Binary | 11000000 | 110011 | 10110001 | 0 | 1001001 | 1000 | 11001 | 100110010 | 111010 | 110000 |
Color Harmonies of #C033B1
Complementary color
Monochromatic Colors of #C033B1
Black with #C033B1
Text Example
Text Example
White with #C033B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033B1; }
p { color: rgb(192,51,177); }
H1.HeaderClassName
{
color: #C033B1;
}
.AnyTagClassName
{
color: #C033B1;
}
</style>
background-color css
<style>
a { background-color: #C033B1; }
a { background-color: rgb(192,51,177); }
div.DivClassName
{
background-color: #C033B1;
}
.BgClassName
{
background-color: #C033B1;
}
</style>
border-color css
<style>
span { border-color: #C033B1; }
span { border-color: rgb(192,51,177); }
td.TdClassName
{
border-color: #C033B1;
}
.TagClassName
{
border-color: #C033B1;
}
</style>