Shades of Fuchsia #C970B8
Tints of Fuchsia #C970B8
RGB
CMYK
RGB Variations
Color information
#C970B8 (or 0xC970B8) is known color: Fuchsia. HEX triplet: C9, 70 and B8. RGB value is (201,112,184). Sum of RGB (Red+Green+Blue) = 201+112+184=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970B8 is #368F47. Grayscale: #929292. Windows color (decimal): -3575624 or 12087497. OLE color: 12087497.
HSL color Cylindrical-coordinate representation of color #C970B8: hue angle of 311.46º 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 #C970B8 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 184 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.21 |
| HSL | 311.46º | 0.45% | 0.61% | - |
| HSV(B) | 311.46º | 0.44% | 0.79% | - |
| XYZ | 38.53 | 27.47 | 48.62 | - |
| YUV | 146.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 184 | 0 | 0.44 | 0.08 | 0.21 | 311.46 | 0.45 | 0.61 |
| Hex | C9 | 70 | B8 | 0 | 2C | 8 | 15 | 137 | 2D | 3D |
| Octal | 311 | 160 | 270 | 0 | 54 | 10 | 25 | 467 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10111000 | 0 | 101100 | 1000 | 10101 | 100110111 | 101101 | 111101 |
Color Harmonies of #C970B8
Complementary color
Monochromatic Colors of #C970B8
Black with #C970B8
Text Example
Text Example
White with #C970B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970B8; }
p { color: rgb(201,112,184); }
H1.HeaderClassName
{
color: #C970B8;
}
.AnyTagClassName
{
color: #C970B8;
}
</style>
background-color css
<style>
a { background-color: #C970B8; }
a { background-color: rgb(201,112,184); }
div.DivClassName
{
background-color: #C970B8;
}
.BgClassName
{
background-color: #C970B8;
}
</style>
border-color css
<style>
span { border-color: #C970B8; }
span { border-color: rgb(201,112,184); }
td.TdClassName
{
border-color: #C970B8;
}
.TagClassName
{
border-color: #C970B8;
}
</style>