Shades of Fuchsia #C973B4
Tints of Fuchsia #C973B4
RGB
CMYK
RGB Variations
Color information
#C973B4 (or 0xC973B4) is known color: Fuchsia. HEX triplet: C9, 73 and B4. RGB value is (201,115,180). Sum of RGB (Red+Green+Blue) = 201+115+180=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B4 is #368C4B. Grayscale: #939393. Windows color (decimal): -3574860 or 11826121. OLE color: 11826121.
HSL color Cylindrical-coordinate representation of color #C973B4: hue angle of 314.65º 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 #C973B4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 180 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.21 |
| HSL | 314.65º | 0.44% | 0.62% | - |
| HSV(B) | 314.65º | 0.43% | 0.79% | - |
| XYZ | 38.46 | 27.97 | 46.55 | - |
| YUV | 148.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 180 | 0 | 0.43 | 0.10 | 0.21 | 314.65 | 0.44 | 0.62 |
| Hex | C9 | 73 | B4 | 0 | 2B | A | 15 | 13B | 2C | 3E |
| Octal | 311 | 163 | 264 | 0 | 53 | 12 | 25 | 473 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10110100 | 0 | 101011 | 1010 | 10101 | 100111011 | 101100 | 111110 |
Color Harmonies of #C973B4
Complementary color
Monochromatic Colors of #C973B4
Black with #C973B4
Text Example
Text Example
White with #C973B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973B4; }
p { color: rgb(201,115,180); }
H1.HeaderClassName
{
color: #C973B4;
}
.AnyTagClassName
{
color: #C973B4;
}
</style>
background-color css
<style>
a { background-color: #C973B4; }
a { background-color: rgb(201,115,180); }
div.DivClassName
{
background-color: #C973B4;
}
.BgClassName
{
background-color: #C973B4;
}
</style>
border-color css
<style>
span { border-color: #C973B4; }
span { border-color: rgb(201,115,180); }
td.TdClassName
{
border-color: #C973B4;
}
.TagClassName
{
border-color: #C973B4;
}
</style>