Shades of Fuchsia #C573B4
Tints of Fuchsia #C573B4
RGB
CMYK
RGB Variations
Color information
#C573B4 (or 0xC573B4) is known color: Fuchsia. HEX triplet: C5, 73 and B4. RGB value is (197,115,180). Sum of RGB (Red+Green+Blue) = 197+115+180=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573B4 is #3A8C4B. Grayscale: #929292. Windows color (decimal): -3837004 or 11826117. OLE color: 11826117.
HSL color Cylindrical-coordinate representation of color #C573B4: hue angle of 312.44º 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 #C573B4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 180 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.23 |
| HSL | 312.44º | 0.41% | 0.61% | - |
| HSV(B) | 312.44º | 0.42% | 0.77% | - |
| XYZ | 37.39 | 27.43 | 46.5 | - |
| YUV | 146.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 180 | 0 | 0.42 | 0.09 | 0.23 | 312.44 | 0.41 | 0.61 |
| Hex | C5 | 73 | B4 | 0 | 2A | 9 | 17 | 138 | 29 | 3D |
| Octal | 305 | 163 | 264 | 0 | 52 | 11 | 27 | 470 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10110100 | 0 | 101010 | 1001 | 10111 | 100111000 | 101001 | 111101 |
Color Harmonies of #C573B4
Complementary color
Monochromatic Colors of #C573B4
Black with #C573B4
Text Example
Text Example
White with #C573B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573B4; }
p { color: rgb(197,115,180); }
H1.HeaderClassName
{
color: #C573B4;
}
.AnyTagClassName
{
color: #C573B4;
}
</style>
background-color css
<style>
a { background-color: #C573B4; }
a { background-color: rgb(197,115,180); }
div.DivClassName
{
background-color: #C573B4;
}
.BgClassName
{
background-color: #C573B4;
}
</style>
border-color css
<style>
span { border-color: #C573B4; }
span { border-color: rgb(197,115,180); }
td.TdClassName
{
border-color: #C573B4;
}
.TagClassName
{
border-color: #C573B4;
}
</style>