Shades of Fuchsia #C573B7
Tints of Fuchsia #C573B7
RGB
CMYK
RGB Variations
Color information
#C573B7 (or 0xC573B7) is known color: Fuchsia. HEX triplet: C5, 73 and B7. RGB value is (197,115,183). Sum of RGB (Red+Green+Blue) = 197+115+183=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573B7 is #3A8C48. Grayscale: #939393. Windows color (decimal): -3837001 or 12022725. OLE color: 12022725.
HSL color Cylindrical-coordinate representation of color #C573B7: hue angle of 310.24º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573B7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 183 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.23 |
| HSL | 310.24º | 0.41% | 0.61% | - |
| HSV(B) | 310.24º | 0.42% | 0.77% | - |
| XYZ | 37.7 | 27.55 | 48.13 | - |
| YUV | 147.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 183 | 0 | 0.42 | 0.07 | 0.23 | 310.24 | 0.41 | 0.61 |
| Hex | C5 | 73 | B7 | 0 | 2A | 7 | 17 | 136 | 29 | 3D |
| Octal | 305 | 163 | 267 | 0 | 52 | 7 | 27 | 466 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10110111 | 0 | 101010 | 111 | 10111 | 100110110 | 101001 | 111101 |
Color Harmonies of #C573B7
Complementary color
Monochromatic Colors of #C573B7
Black with #C573B7
Text Example
Text Example
White with #C573B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573B7; }
p { color: rgb(197,115,183); }
H1.HeaderClassName
{
color: #C573B7;
}
.AnyTagClassName
{
color: #C573B7;
}
</style>
background-color css
<style>
a { background-color: #C573B7; }
a { background-color: rgb(197,115,183); }
div.DivClassName
{
background-color: #C573B7;
}
.BgClassName
{
background-color: #C573B7;
}
</style>
border-color css
<style>
span { border-color: #C573B7; }
span { border-color: rgb(197,115,183); }
td.TdClassName
{
border-color: #C573B7;
}
.TagClassName
{
border-color: #C573B7;
}
</style>