Shades of Fuchsia #C533CE
Tints of Fuchsia #C533CE
RGB
CMYK
RGB Variations
Color information
#C533CE (or 0xC533CE) is known color: Fuchsia. HEX triplet: C5, 33 and CE. RGB value is (197,51,206). Sum of RGB (Red+Green+Blue) = 197+51+206=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C533CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533CE is #3ACC31. Grayscale: #6F6F6F. Windows color (decimal): -3853362 or 13513669. OLE color: 13513669.
HSL color Cylindrical-coordinate representation of color #C533CE: hue angle of 296.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C533CE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 51 | 206 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.52º | 0.61% | 0.5% | - |
| HSV(B) | 296.52º | 0.75% | 0.81% | - |
| XYZ | 35.35 | 18.69 | 60.14 | - |
| YUV | 112.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 206 | 0.04 | 0.75 | 0 | 0.19 | 296.52 | 0.61 | 0.5 |
| Hex | C5 | 33 | CE | 4 | 4B | 0 | 13 | 129 | 3D | 32 |
| Octal | 305 | 63 | 316 | 4 | 113 | 0 | 23 | 451 | 75 | 62 |
| Binary | 11000101 | 110011 | 11001110 | 100 | 1001011 | 0 | 10011 | 100101001 | 111101 | 110010 |
Color Harmonies of #C533CE
Complementary color
Monochromatic Colors of #C533CE
Black with #C533CE
Text Example
Text Example
White with #C533CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533CE; }
p { color: rgb(197,51,206); }
H1.HeaderClassName
{
color: #C533CE;
}
.AnyTagClassName
{
color: #C533CE;
}
</style>
background-color css
<style>
a { background-color: #C533CE; }
a { background-color: rgb(197,51,206); }
div.DivClassName
{
background-color: #C533CE;
}
.BgClassName
{
background-color: #C533CE;
}
</style>
border-color css
<style>
span { border-color: #C533CE; }
span { border-color: rgb(197,51,206); }
td.TdClassName
{
border-color: #C533CE;
}
.TagClassName
{
border-color: #C533CE;
}
</style>