Shades of Fuchsia #C553CB
Tints of Fuchsia #C553CB
RGB
CMYK
RGB Variations
Color information
#C553CB (or 0xC553CB) is known color: Fuchsia. HEX triplet: C5, 53 and CB. RGB value is (197,83,203). Sum of RGB (Red+Green+Blue) = 197+83+203=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C553CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553CB is #3AAC34. Grayscale: #828282. Windows color (decimal): -3845173 or 13325253. OLE color: 13325253.
HSL color Cylindrical-coordinate representation of color #C553CB: hue angle of 297º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C553CB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 83 | 203 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.20 |
| HSL | 297º | 0.54% | 0.56% | - |
| HSV(B) | 297º | 0.59% | 0.8% | - |
| XYZ | 36.9 | 22.37 | 58.87 | - |
| YUV | 130.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 203 | 0.03 | 0.59 | 0 | 0.20 | 297 | 0.54 | 0.56 |
| Hex | C5 | 53 | CB | 3 | 3B | 0 | 14 | 129 | 36 | 38 |
| Octal | 305 | 123 | 313 | 3 | 73 | 0 | 24 | 451 | 66 | 70 |
| Binary | 11000101 | 1010011 | 11001011 | 11 | 111011 | 0 | 10100 | 100101001 | 110110 | 111000 |
Color Harmonies of #C553CB
Complementary color
Monochromatic Colors of #C553CB
Black with #C553CB
Text Example
Text Example
White with #C553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553CB; }
p { color: rgb(197,83,203); }
H1.HeaderClassName
{
color: #C553CB;
}
.AnyTagClassName
{
color: #C553CB;
}
</style>
background-color css
<style>
a { background-color: #C553CB; }
a { background-color: rgb(197,83,203); }
div.DivClassName
{
background-color: #C553CB;
}
.BgClassName
{
background-color: #C553CB;
}
</style>
border-color css
<style>
span { border-color: #C553CB; }
span { border-color: rgb(197,83,203); }
td.TdClassName
{
border-color: #C553CB;
}
.TagClassName
{
border-color: #C553CB;
}
</style>