Shades of Violet Red #FF427D
Tints of Violet Red #FF427D
RGB
CMYK
RGB Variations
Color information
#FF427D (or 0xFF427D) is known color: Violet Red. HEX triplet: FF, 42 and 7D. RGB value is (255,66,125). Sum of RGB (Red+Green+Blue) = 255+66+125=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF427D is #00BD82. Grayscale: #818181. Windows color (decimal): -48515 or 8209151. OLE color: 8209151.
HSL color Cylindrical-coordinate representation of color #FF427D: hue angle of 341.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF427D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 125 | - |
| CMYK | 0 | 0.74 | 0.51 | 0 |
| HSL | 341.27º | 1% | 0.63% | - |
| HSV(B) | 341.27º | 0.74% | 1% | - |
| XYZ | 46.89 | 26.64 | 22.07 | - |
| YUV | 129.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 125 | 0 | 0.74 | 0.51 | 0 | 341.27 | 1 | 0.63 |
| Hex | FF | 42 | 7D | 0 | 4A | 33 | 0 | 155 | 64 | 3F |
| Octal | 377 | 102 | 175 | 0 | 112 | 63 | 0 | 525 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1111101 | 0 | 1001010 | 110011 | 0 | 101010101 | 1100100 | 111111 |
Color Harmonies of #FF427D
Complementary color
Monochromatic Colors of #FF427D
Black with #FF427D
Text Example
Text Example
White with #FF427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF427D; }
p { color: rgb(255,66,125); }
H1.HeaderClassName
{
color: #FF427D;
}
.AnyTagClassName
{
color: #FF427D;
}
</style>
background-color css
<style>
a { background-color: #FF427D; }
a { background-color: rgb(255,66,125); }
div.DivClassName
{
background-color: #FF427D;
}
.BgClassName
{
background-color: #FF427D;
}
</style>
border-color css
<style>
span { border-color: #FF427D; }
span { border-color: rgb(255,66,125); }
td.TdClassName
{
border-color: #FF427D;
}
.TagClassName
{
border-color: #FF427D;
}
</style>