Shades of Fuchsia #C573B2
Tints of Fuchsia #C573B2
RGB
CMYK
RGB Variations
Color information
#C573B2 (or 0xC573B2) is known color: Fuchsia. HEX triplet: C5, 73 and B2. RGB value is (197,115,178). Sum of RGB (Red+Green+Blue) = 197+115+178=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573B2 is #3A8C4D. Grayscale: #929292. Windows color (decimal): -3837006 or 11695045. OLE color: 11695045.
HSL color Cylindrical-coordinate representation of color #C573B2: hue angle of 313.9º 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 #C573B2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 178 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.23 |
| HSL | 313.9º | 0.41% | 0.61% | - |
| HSV(B) | 313.9º | 0.42% | 0.77% | - |
| XYZ | 37.19 | 27.35 | 45.44 | - |
| YUV | 146.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 178 | 0 | 0.42 | 0.10 | 0.23 | 313.9 | 0.41 | 0.61 |
| Hex | C5 | 73 | B2 | 0 | 2A | A | 17 | 13A | 29 | 3D |
| Octal | 305 | 163 | 262 | 0 | 52 | 12 | 27 | 472 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10110010 | 0 | 101010 | 1010 | 10111 | 100111010 | 101001 | 111101 |
Color Harmonies of #C573B2
Complementary color
Monochromatic Colors of #C573B2
Black with #C573B2
Text Example
Text Example
White with #C573B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573B2; }
p { color: rgb(197,115,178); }
H1.HeaderClassName
{
color: #C573B2;
}
.AnyTagClassName
{
color: #C573B2;
}
</style>
background-color css
<style>
a { background-color: #C573B2; }
a { background-color: rgb(197,115,178); }
div.DivClassName
{
background-color: #C573B2;
}
.BgClassName
{
background-color: #C573B2;
}
</style>
border-color css
<style>
span { border-color: #C573B2; }
span { border-color: rgb(197,115,178); }
td.TdClassName
{
border-color: #C573B2;
}
.TagClassName
{
border-color: #C573B2;
}
</style>