Shades of Fuchsia #C972B4
Tints of Fuchsia #C972B4
RGB
CMYK
RGB Variations
Color information
#C972B4 (or 0xC972B4) is known color: Fuchsia. HEX triplet: C9, 72 and B4. RGB value is (201,114,180). Sum of RGB (Red+Green+Blue) = 201+114+180=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B4 is #368D4B. Grayscale: #939393. Windows color (decimal): -3575116 or 11825865. OLE color: 11825865.
HSL color Cylindrical-coordinate representation of color #C972B4: hue angle of 314.48º degrees, saturation: 0.45, 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 #C972B4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 180 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.21 |
| HSL | 314.48º | 0.45% | 0.62% | - |
| HSV(B) | 314.48º | 0.43% | 0.79% | - |
| XYZ | 38.34 | 27.75 | 46.51 | - |
| YUV | 147.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 180 | 0 | 0.43 | 0.10 | 0.21 | 314.48 | 0.45 | 0.62 |
| Hex | C9 | 72 | B4 | 0 | 2B | A | 15 | 13A | 2D | 3E |
| Octal | 311 | 162 | 264 | 0 | 53 | 12 | 25 | 472 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10110100 | 0 | 101011 | 1010 | 10101 | 100111010 | 101101 | 111110 |
Color Harmonies of #C972B4
Complementary color
Monochromatic Colors of #C972B4
Black with #C972B4
Text Example
Text Example
White with #C972B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972B4; }
p { color: rgb(201,114,180); }
H1.HeaderClassName
{
color: #C972B4;
}
.AnyTagClassName
{
color: #C972B4;
}
</style>
background-color css
<style>
a { background-color: #C972B4; }
a { background-color: rgb(201,114,180); }
div.DivClassName
{
background-color: #C972B4;
}
.BgClassName
{
background-color: #C972B4;
}
</style>
border-color css
<style>
span { border-color: #C972B4; }
span { border-color: rgb(201,114,180); }
td.TdClassName
{
border-color: #C972B4;
}
.TagClassName
{
border-color: #C972B4;
}
</style>