Shades of Fuchsia #C533CF
Tints of Fuchsia #C533CF
RGB
CMYK
RGB Variations
Color information
#C533CF (or 0xC533CF) is known color: Fuchsia. HEX triplet: C5, 33 and CF. RGB value is (197,51,207). Sum of RGB (Red+Green+Blue) = 197+51+207=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C533CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533CF is #3ACC30. Grayscale: #6F6F6F. Windows color (decimal): -3853361 or 13579205. OLE color: 13579205.
HSL color Cylindrical-coordinate representation of color #C533CF: hue angle of 296.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C533CF is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 51 | 207 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.19 |
| HSL | 296.15º | 0.62% | 0.51% | - |
| HSV(B) | 296.15º | 0.75% | 0.81% | - |
| XYZ | 35.47 | 18.74 | 60.78 | - |
| YUV | 112.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 207 | 0.05 | 0.75 | 0 | 0.19 | 296.15 | 0.62 | 0.51 |
| Hex | C5 | 33 | CF | 5 | 4B | 0 | 13 | 128 | 3E | 33 |
| Octal | 305 | 63 | 317 | 5 | 113 | 0 | 23 | 450 | 76 | 63 |
| Binary | 11000101 | 110011 | 11001111 | 101 | 1001011 | 0 | 10011 | 100101000 | 111110 | 110011 |
Color Harmonies of #C533CF
Complementary color
Monochromatic Colors of #C533CF
Black with #C533CF
Text Example
Text Example
White with #C533CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533CF; }
p { color: rgb(197,51,207); }
H1.HeaderClassName
{
color: #C533CF;
}
.AnyTagClassName
{
color: #C533CF;
}
</style>
background-color css
<style>
a { background-color: #C533CF; }
a { background-color: rgb(197,51,207); }
div.DivClassName
{
background-color: #C533CF;
}
.BgClassName
{
background-color: #C533CF;
}
</style>
border-color css
<style>
span { border-color: #C533CF; }
span { border-color: rgb(197,51,207); }
td.TdClassName
{
border-color: #C533CF;
}
.TagClassName
{
border-color: #C533CF;
}
</style>