Shades of Fuchsia #C973B5
Tints of Fuchsia #C973B5
RGB
CMYK
RGB Variations
Color information
#C973B5 (or 0xC973B5) is known color: Fuchsia. HEX triplet: C9, 73 and B5. RGB value is (201,115,181). Sum of RGB (Red+Green+Blue) = 201+115+181=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B5 is #368C4A. Grayscale: #949494. Windows color (decimal): -3574859 or 11891657. OLE color: 11891657.
HSL color Cylindrical-coordinate representation of color #C973B5: hue angle of 313.95º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973B5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 181 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.21 |
| HSL | 313.95º | 0.44% | 0.62% | - |
| HSV(B) | 313.95º | 0.43% | 0.79% | - |
| XYZ | 38.56 | 28.02 | 47.09 | - |
| YUV | 148.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 181 | 0 | 0.43 | 0.10 | 0.21 | 313.95 | 0.44 | 0.62 |
| Hex | C9 | 73 | B5 | 0 | 2B | A | 15 | 13A | 2C | 3E |
| Octal | 311 | 163 | 265 | 0 | 53 | 12 | 25 | 472 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10110101 | 0 | 101011 | 1010 | 10101 | 100111010 | 101100 | 111110 |
Color Harmonies of #C973B5
Complementary color
Monochromatic Colors of #C973B5
Black with #C973B5
Text Example
Text Example
White with #C973B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973B5; }
p { color: rgb(201,115,181); }
H1.HeaderClassName
{
color: #C973B5;
}
.AnyTagClassName
{
color: #C973B5;
}
</style>
background-color css
<style>
a { background-color: #C973B5; }
a { background-color: rgb(201,115,181); }
div.DivClassName
{
background-color: #C973B5;
}
.BgClassName
{
background-color: #C973B5;
}
</style>
border-color css
<style>
span { border-color: #C973B5; }
span { border-color: rgb(201,115,181); }
td.TdClassName
{
border-color: #C973B5;
}
.TagClassName
{
border-color: #C973B5;
}
</style>