Shades of Fuchsia #C533C0
Tints of Fuchsia #C533C0
RGB
CMYK
RGB Variations
Color information
#C533C0 (or 0xC533C0) is known color: Fuchsia. HEX triplet: C5, 33 and C0. RGB value is (197,51,192). Sum of RGB (Red+Green+Blue) = 197+51+192=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C533C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533C0 is #3ACC3F. Grayscale: #6E6E6E. Windows color (decimal): -3853376 or 12596165. OLE color: 12596165.
HSL color Cylindrical-coordinate representation of color #C533C0: hue angle of 302.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C533C0 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 192 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.23 |
| HSL | 302.05º | 0.59% | 0.49% | - |
| HSV(B) | 302.05º | 0.74% | 0.77% | - |
| XYZ | 33.72 | 18.04 | 51.57 | - |
| YUV | 110.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 192 | 0 | 0.74 | 0.03 | 0.23 | 302.05 | 0.59 | 0.49 |
| Hex | C5 | 33 | C0 | 0 | 4A | 3 | 17 | 12E | 3B | 31 |
| Octal | 305 | 63 | 300 | 0 | 112 | 3 | 27 | 456 | 73 | 61 |
| Binary | 11000101 | 110011 | 11000000 | 0 | 1001010 | 11 | 10111 | 100101110 | 111011 | 110001 |
Color Harmonies of #C533C0
Complementary color
Monochromatic Colors of #C533C0
Black with #C533C0
Text Example
Text Example
White with #C533C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533C0; }
p { color: rgb(197,51,192); }
H1.HeaderClassName
{
color: #C533C0;
}
.AnyTagClassName
{
color: #C533C0;
}
</style>
background-color css
<style>
a { background-color: #C533C0; }
a { background-color: rgb(197,51,192); }
div.DivClassName
{
background-color: #C533C0;
}
.BgClassName
{
background-color: #C533C0;
}
</style>
border-color css
<style>
span { border-color: #C533C0; }
span { border-color: rgb(197,51,192); }
td.TdClassName
{
border-color: #C533C0;
}
.TagClassName
{
border-color: #C533C0;
}
</style>