Shades of Fuchsia #C970B4
Tints of Fuchsia #C970B4
RGB
CMYK
RGB Variations
Color information
#C970B4 (or 0xC970B4) is known color: Fuchsia. HEX triplet: C9, 70 and B4. RGB value is (201,112,180). Sum of RGB (Red+Green+Blue) = 201+112+180=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970B4 is #368F4B. Grayscale: #929292. Windows color (decimal): -3575628 or 11825353. OLE color: 11825353.
HSL color Cylindrical-coordinate representation of color #C970B4: hue angle of 314.16º 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 #C970B4 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 180 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.21 |
| HSL | 314.16º | 0.45% | 0.61% | - |
| HSV(B) | 314.16º | 0.44% | 0.79% | - |
| XYZ | 38.12 | 27.3 | 46.44 | - |
| YUV | 146.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 180 | 0 | 0.44 | 0.10 | 0.21 | 314.16 | 0.45 | 0.61 |
| Hex | C9 | 70 | B4 | 0 | 2C | A | 15 | 13A | 2D | 3D |
| Octal | 311 | 160 | 264 | 0 | 54 | 12 | 25 | 472 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10110100 | 0 | 101100 | 1010 | 10101 | 100111010 | 101101 | 111101 |
Color Harmonies of #C970B4
Complementary color
Monochromatic Colors of #C970B4
Black with #C970B4
Text Example
Text Example
White with #C970B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970B4; }
p { color: rgb(201,112,180); }
H1.HeaderClassName
{
color: #C970B4;
}
.AnyTagClassName
{
color: #C970B4;
}
</style>
background-color css
<style>
a { background-color: #C970B4; }
a { background-color: rgb(201,112,180); }
div.DivClassName
{
background-color: #C970B4;
}
.BgClassName
{
background-color: #C970B4;
}
</style>
border-color css
<style>
span { border-color: #C970B4; }
span { border-color: rgb(201,112,180); }
td.TdClassName
{
border-color: #C970B4;
}
.TagClassName
{
border-color: #C970B4;
}
</style>