Shades of Fuchsia #C033BB
Tints of Fuchsia #C033BB
RGB
CMYK
RGB Variations
Color information
#C033BB (or 0xC033BB) is known color: Fuchsia. HEX triplet: C0, 33 and BB. RGB value is (192,51,187). Sum of RGB (Red+Green+Blue) = 192+51+187=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C033BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033BB is #3FCC44. Grayscale: #6C6C6C. Windows color (decimal): -4181061 or 12268480. OLE color: 12268480.
HSL color Cylindrical-coordinate representation of color #C033BB: hue angle of 302.13º 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 #C033BB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 187 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.25 |
| HSL | 302.13º | 0.58% | 0.48% | - |
| HSV(B) | 302.13º | 0.73% | 0.75% | - |
| XYZ | 31.89 | 17.16 | 48.65 | - |
| YUV | 108.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 187 | 0 | 0.73 | 0.03 | 0.25 | 302.13 | 0.58 | 0.48 |
| Hex | C0 | 33 | BB | 0 | 49 | 3 | 19 | 12E | 3A | 30 |
| Octal | 300 | 63 | 273 | 0 | 111 | 3 | 31 | 456 | 72 | 60 |
| Binary | 11000000 | 110011 | 10111011 | 0 | 1001001 | 11 | 11001 | 100101110 | 111010 | 110000 |
Color Harmonies of #C033BB
Complementary color
Monochromatic Colors of #C033BB
Black with #C033BB
Text Example
Text Example
White with #C033BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033BB; }
p { color: rgb(192,51,187); }
H1.HeaderClassName
{
color: #C033BB;
}
.AnyTagClassName
{
color: #C033BB;
}
</style>
background-color css
<style>
a { background-color: #C033BB; }
a { background-color: rgb(192,51,187); }
div.DivClassName
{
background-color: #C033BB;
}
.BgClassName
{
background-color: #C033BB;
}
</style>
border-color css
<style>
span { border-color: #C033BB; }
span { border-color: rgb(192,51,187); }
td.TdClassName
{
border-color: #C033BB;
}
.TagClassName
{
border-color: #C033BB;
}
</style>