Shades of Fuchsia #C533CA
Tints of Fuchsia #C533CA
RGB
CMYK
RGB Variations
Color information
#C533CA (or 0xC533CA) is known color: Fuchsia. HEX triplet: C5, 33 and CA. RGB value is (197,51,202). Sum of RGB (Red+Green+Blue) = 197+51+202=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #C533CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533CA is #3ACC35. Grayscale: #6F6F6F. Windows color (decimal): -3853366 or 13251525. OLE color: 13251525.
HSL color Cylindrical-coordinate representation of color #C533CA: hue angle of 298.01º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C533CA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 51 | 202 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.21 |
| HSL | 298.01º | 0.6% | 0.5% | - |
| HSV(B) | 298.01º | 0.75% | 0.79% | - |
| XYZ | 34.87 | 18.5 | 57.61 | - |
| YUV | 111.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 202 | 0.02 | 0.75 | 0 | 0.21 | 298.01 | 0.6 | 0.5 |
| Hex | C5 | 33 | CA | 2 | 4B | 0 | 15 | 12A | 3C | 32 |
| Octal | 305 | 63 | 312 | 2 | 113 | 0 | 25 | 452 | 74 | 62 |
| Binary | 11000101 | 110011 | 11001010 | 10 | 1001011 | 0 | 10101 | 100101010 | 111100 | 110010 |
Color Harmonies of #C533CA
Complementary color
Monochromatic Colors of #C533CA
Black with #C533CA
Text Example
Text Example
White with #C533CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533CA; }
p { color: rgb(197,51,202); }
H1.HeaderClassName
{
color: #C533CA;
}
.AnyTagClassName
{
color: #C533CA;
}
</style>
background-color css
<style>
a { background-color: #C533CA; }
a { background-color: rgb(197,51,202); }
div.DivClassName
{
background-color: #C533CA;
}
.BgClassName
{
background-color: #C533CA;
}
</style>
border-color css
<style>
span { border-color: #C533CA; }
span { border-color: rgb(197,51,202); }
td.TdClassName
{
border-color: #C533CA;
}
.TagClassName
{
border-color: #C533CA;
}
</style>