Shades of Fuchsia #C573BD
Tints of Fuchsia #C573BD
RGB
CMYK
RGB Variations
Color information
#C573BD (or 0xC573BD) is known color: Fuchsia. HEX triplet: C5, 73 and BD. RGB value is (197,115,189). Sum of RGB (Red+Green+Blue) = 197+115+189=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C573BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573BD is #3A8C42. Grayscale: #939393. Windows color (decimal): -3836995 or 12415941. OLE color: 12415941.
HSL color Cylindrical-coordinate representation of color #C573BD: hue angle of 305.85º 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 #C573BD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 189 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.23 |
| HSL | 305.85º | 0.41% | 0.61% | - |
| HSV(B) | 305.85º | 0.42% | 0.77% | - |
| XYZ | 38.34 | 27.81 | 51.49 | - |
| YUV | 147.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 189 | 0 | 0.42 | 0.04 | 0.23 | 305.85 | 0.41 | 0.61 |
| Hex | C5 | 73 | BD | 0 | 2A | 4 | 17 | 132 | 29 | 3D |
| Octal | 305 | 163 | 275 | 0 | 52 | 4 | 27 | 462 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10111101 | 0 | 101010 | 100 | 10111 | 100110010 | 101001 | 111101 |
Color Harmonies of #C573BD
Complementary color
Monochromatic Colors of #C573BD
Black with #C573BD
Text Example
Text Example
White with #C573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573BD; }
p { color: rgb(197,115,189); }
H1.HeaderClassName
{
color: #C573BD;
}
.AnyTagClassName
{
color: #C573BD;
}
</style>
background-color css
<style>
a { background-color: #C573BD; }
a { background-color: rgb(197,115,189); }
div.DivClassName
{
background-color: #C573BD;
}
.BgClassName
{
background-color: #C573BD;
}
</style>
border-color css
<style>
span { border-color: #C573BD; }
span { border-color: rgb(197,115,189); }
td.TdClassName
{
border-color: #C573BD;
}
.TagClassName
{
border-color: #C573BD;
}
</style>