Shades of Fuchsia #C970BA
Tints of Fuchsia #C970BA
RGB
CMYK
RGB Variations
Color information
#C970BA (or 0xC970BA) is known color: Fuchsia. HEX triplet: C9, 70 and BA. RGB value is (201,112,186). Sum of RGB (Red+Green+Blue) = 201+112+186=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C970BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970BA is #368F45. Grayscale: #929292. Windows color (decimal): -3575622 or 12218569. OLE color: 12218569.
HSL color Cylindrical-coordinate representation of color #C970BA: hue angle of 310.11º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970BA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 186 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.21 |
| HSL | 310.11º | 0.45% | 0.61% | - |
| HSV(B) | 310.11º | 0.44% | 0.79% | - |
| XYZ | 38.74 | 27.55 | 49.73 | - |
| YUV | 147.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 186 | 0 | 0.44 | 0.07 | 0.21 | 310.11 | 0.45 | 0.61 |
| Hex | C9 | 70 | BA | 0 | 2C | 7 | 15 | 136 | 2D | 3D |
| Octal | 311 | 160 | 272 | 0 | 54 | 7 | 25 | 466 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10111010 | 0 | 101100 | 111 | 10101 | 100110110 | 101101 | 111101 |
Color Harmonies of #C970BA
Complementary color
Monochromatic Colors of #C970BA
Black with #C970BA
Text Example
Text Example
White with #C970BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970BA; }
p { color: rgb(201,112,186); }
H1.HeaderClassName
{
color: #C970BA;
}
.AnyTagClassName
{
color: #C970BA;
}
</style>
background-color css
<style>
a { background-color: #C970BA; }
a { background-color: rgb(201,112,186); }
div.DivClassName
{
background-color: #C970BA;
}
.BgClassName
{
background-color: #C970BA;
}
</style>
border-color css
<style>
span { border-color: #C970BA; }
span { border-color: rgb(201,112,186); }
td.TdClassName
{
border-color: #C970BA;
}
.TagClassName
{
border-color: #C970BA;
}
</style>