Shades of Fuchsia #C972B5
Tints of Fuchsia #C972B5
RGB
CMYK
RGB Variations
Color information
#C972B5 (or 0xC972B5) is known color: Fuchsia. HEX triplet: C9, 72 and B5. RGB value is (201,114,181). Sum of RGB (Red+Green+Blue) = 201+114+181=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B5 is #368D4A. Grayscale: #939393. Windows color (decimal): -3575115 or 11891401. OLE color: 11891401.
HSL color Cylindrical-coordinate representation of color #C972B5: hue angle of 313.79º 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 #C972B5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 181 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.21 |
| HSL | 313.79º | 0.45% | 0.62% | - |
| HSV(B) | 313.79º | 0.43% | 0.79% | - |
| XYZ | 38.45 | 27.79 | 47.05 | - |
| YUV | 147.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 181 | 0 | 0.43 | 0.10 | 0.21 | 313.79 | 0.45 | 0.62 |
| Hex | C9 | 72 | B5 | 0 | 2B | A | 15 | 13A | 2D | 3E |
| Octal | 311 | 162 | 265 | 0 | 53 | 12 | 25 | 472 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10110101 | 0 | 101011 | 1010 | 10101 | 100111010 | 101101 | 111110 |
Color Harmonies of #C972B5
Complementary color
Monochromatic Colors of #C972B5
Black with #C972B5
Text Example
Text Example
White with #C972B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972B5; }
p { color: rgb(201,114,181); }
H1.HeaderClassName
{
color: #C972B5;
}
.AnyTagClassName
{
color: #C972B5;
}
</style>
background-color css
<style>
a { background-color: #C972B5; }
a { background-color: rgb(201,114,181); }
div.DivClassName
{
background-color: #C972B5;
}
.BgClassName
{
background-color: #C972B5;
}
</style>
border-color css
<style>
span { border-color: #C972B5; }
span { border-color: rgb(201,114,181); }
td.TdClassName
{
border-color: #C972B5;
}
.TagClassName
{
border-color: #C972B5;
}
</style>