Shades of Violet Red #FD2C7C
Tints of Violet Red #FD2C7C
RGB
CMYK
RGB Variations
Color information
#FD2C7C (or 0xFD2C7C) is known color: Violet Red. HEX triplet: FD, 2C and 7C. RGB value is (253,44,124). Sum of RGB (Red+Green+Blue) = 253+44+124=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C7C is #02D383. Grayscale: #737373. Windows color (decimal): -185220 or 8137981. OLE color: 8137981.
HSL color Cylindrical-coordinate representation of color #FD2C7C: hue angle of 337.03º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C7C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 124 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.01 |
| HSL | 337.03º | 0.98% | 0.58% | - |
| HSV(B) | 337.03º | 0.83% | 0.99% | - |
| XYZ | 45.05 | 24.14 | 21.35 | - |
| YUV | 115.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 124 | 0 | 0.83 | 0.51 | 0.01 | 337.03 | 0.98 | 0.58 |
| Hex | FD | 2C | 7C | 0 | 53 | 33 | 1 | 151 | 62 | 3A |
| Octal | 375 | 54 | 174 | 0 | 123 | 63 | 1 | 521 | 142 | 72 |
| Binary | 11111101 | 101100 | 1111100 | 0 | 1010011 | 110011 | 1 | 101010001 | 1100010 | 111010 |
Color Harmonies of #FD2C7C
Complementary color
Monochromatic Colors of #FD2C7C
Black with #FD2C7C
Text Example
Text Example
White with #FD2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C7C; }
p { color: rgb(253,44,124); }
H1.HeaderClassName
{
color: #FD2C7C;
}
.AnyTagClassName
{
color: #FD2C7C;
}
</style>
background-color css
<style>
a { background-color: #FD2C7C; }
a { background-color: rgb(253,44,124); }
div.DivClassName
{
background-color: #FD2C7C;
}
.BgClassName
{
background-color: #FD2C7C;
}
</style>
border-color css
<style>
span { border-color: #FD2C7C; }
span { border-color: rgb(253,44,124); }
td.TdClassName
{
border-color: #FD2C7C;
}
.TagClassName
{
border-color: #FD2C7C;
}
</style>