Shades of Fuchsia #C033C2
Tints of Fuchsia #C033C2
RGB
CMYK
RGB Variations
Color information
#C033C2 (or 0xC033C2) is known color: Fuchsia. HEX triplet: C0, 33 and C2. RGB value is (192,51,194). Sum of RGB (Red+Green+Blue) = 192+51+194=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #C033C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033C2 is #3FCC3D. Grayscale: #6D6D6D. Windows color (decimal): -4181054 or 12727232. OLE color: 12727232.
HSL color Cylindrical-coordinate representation of color #C033C2: hue angle of 299.16º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C033C2 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 51 | 194 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.24 |
| HSL | 299.16º | 0.58% | 0.48% | - |
| HSV(B) | 299.16º | 0.74% | 0.76% | - |
| XYZ | 32.66 | 17.47 | 52.69 | - |
| YUV | 109.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 194 | 0.01 | 0.74 | 0 | 0.24 | 299.16 | 0.58 | 0.48 |
| Hex | C0 | 33 | C2 | 1 | 4A | 0 | 18 | 12B | 3A | 30 |
| Octal | 300 | 63 | 302 | 1 | 112 | 0 | 30 | 453 | 72 | 60 |
| Binary | 11000000 | 110011 | 11000010 | 1 | 1001010 | 0 | 11000 | 100101011 | 111010 | 110000 |
Color Harmonies of #C033C2
Complementary color
Monochromatic Colors of #C033C2
Black with #C033C2
Text Example
Text Example
White with #C033C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033C2; }
p { color: rgb(192,51,194); }
H1.HeaderClassName
{
color: #C033C2;
}
.AnyTagClassName
{
color: #C033C2;
}
</style>
background-color css
<style>
a { background-color: #C033C2; }
a { background-color: rgb(192,51,194); }
div.DivClassName
{
background-color: #C033C2;
}
.BgClassName
{
background-color: #C033C2;
}
</style>
border-color css
<style>
span { border-color: #C033C2; }
span { border-color: rgb(192,51,194); }
td.TdClassName
{
border-color: #C033C2;
}
.TagClassName
{
border-color: #C033C2;
}
</style>