Shades of Fuchsia #C553C3
Tints of Fuchsia #C553C3
RGB
CMYK
RGB Variations
Color information
#C553C3 (or 0xC553C3) is known color: Fuchsia. HEX triplet: C5, 53 and C3. RGB value is (197,83,195). Sum of RGB (Red+Green+Blue) = 197+83+195=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C553C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553C3 is #3AAC3C. Grayscale: #818181. Windows color (decimal): -3845181 or 12800965. OLE color: 12800965.
HSL color Cylindrical-coordinate representation of color #C553C3: hue angle of 301.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C553C3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 195 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.23 |
| HSL | 301.05º | 0.5% | 0.55% | - |
| HSV(B) | 301.05º | 0.58% | 0.77% | - |
| XYZ | 35.97 | 22 | 53.98 | - |
| YUV | 129.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 195 | 0 | 0.58 | 0.01 | 0.23 | 301.05 | 0.5 | 0.55 |
| Hex | C5 | 53 | C3 | 0 | 3A | 1 | 17 | 12D | 32 | 37 |
| Octal | 305 | 123 | 303 | 0 | 72 | 1 | 27 | 455 | 62 | 67 |
| Binary | 11000101 | 1010011 | 11000011 | 0 | 111010 | 1 | 10111 | 100101101 | 110010 | 110111 |
Color Harmonies of #C553C3
Complementary color
Monochromatic Colors of #C553C3
Black with #C553C3
Text Example
Text Example
White with #C553C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553C3; }
p { color: rgb(197,83,195); }
H1.HeaderClassName
{
color: #C553C3;
}
.AnyTagClassName
{
color: #C553C3;
}
</style>
background-color css
<style>
a { background-color: #C553C3; }
a { background-color: rgb(197,83,195); }
div.DivClassName
{
background-color: #C553C3;
}
.BgClassName
{
background-color: #C553C3;
}
</style>
border-color css
<style>
span { border-color: #C553C3; }
span { border-color: rgb(197,83,195); }
td.TdClassName
{
border-color: #C553C3;
}
.TagClassName
{
border-color: #C553C3;
}
</style>