Shades of Fuchsia #C970BB
Tints of Fuchsia #C970BB
RGB
CMYK
RGB Variations
Color information
#C970BB (or 0xC970BB) is known color: Fuchsia. HEX triplet: C9, 70 and BB. RGB value is (201,112,187). Sum of RGB (Red+Green+Blue) = 201+112+187=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C970BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970BB is #368F44. Grayscale: #929292. Windows color (decimal): -3575621 or 12284105. OLE color: 12284105.
HSL color Cylindrical-coordinate representation of color #C970BB: hue angle of 309.44º 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 #C970BB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 187 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.21 |
| HSL | 309.44º | 0.45% | 0.61% | - |
| HSV(B) | 309.44º | 0.44% | 0.79% | - |
| XYZ | 38.85 | 27.59 | 50.29 | - |
| YUV | 147.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 187 | 0 | 0.44 | 0.07 | 0.21 | 309.44 | 0.45 | 0.61 |
| Hex | C9 | 70 | BB | 0 | 2C | 7 | 15 | 135 | 2D | 3D |
| Octal | 311 | 160 | 273 | 0 | 54 | 7 | 25 | 465 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10111011 | 0 | 101100 | 111 | 10101 | 100110101 | 101101 | 111101 |
Color Harmonies of #C970BB
Complementary color
Monochromatic Colors of #C970BB
Black with #C970BB
Text Example
Text Example
White with #C970BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970BB; }
p { color: rgb(201,112,187); }
H1.HeaderClassName
{
color: #C970BB;
}
.AnyTagClassName
{
color: #C970BB;
}
</style>
background-color css
<style>
a { background-color: #C970BB; }
a { background-color: rgb(201,112,187); }
div.DivClassName
{
background-color: #C970BB;
}
.BgClassName
{
background-color: #C970BB;
}
</style>
border-color css
<style>
span { border-color: #C970BB; }
span { border-color: rgb(201,112,187); }
td.TdClassName
{
border-color: #C970BB;
}
.TagClassName
{
border-color: #C970BB;
}
</style>