Shades of Violet Red #FF3081
Tints of Violet Red #FF3081
RGB
CMYK
RGB Variations
Color information
#FF3081 (or 0xFF3081) is known color: Violet Red. HEX triplet: FF, 30 and 81. RGB value is (255,48,129). Sum of RGB (Red+Green+Blue) = 255+48+129=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3081 is #00CF7E. Grayscale: #777777. Windows color (decimal): -53119 or 8466687. OLE color: 8466687.
HSL color Cylindrical-coordinate representation of color #FF3081: hue angle of 336.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3081 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 129 | - |
| CMYK | 0 | 0.81 | 0.49 | 0 |
| HSL | 336.52º | 1% | 0.59% | - |
| HSV(B) | 336.52º | 0.81% | 1% | - |
| XYZ | 46.26 | 24.96 | 23.15 | - |
| YUV | 119.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 129 | 0 | 0.81 | 0.49 | 0 | 336.52 | 1 | 0.59 |
| Hex | FF | 30 | 81 | 0 | 51 | 31 | 0 | 151 | 64 | 3B |
| Octal | 377 | 60 | 201 | 0 | 121 | 61 | 0 | 521 | 144 | 73 |
| Binary | 11111111 | 110000 | 10000001 | 0 | 1010001 | 110001 | 0 | 101010001 | 1100100 | 111011 |
Color Harmonies of #FF3081
Complementary color
Monochromatic Colors of #FF3081
Black with #FF3081
Text Example
Text Example
White with #FF3081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3081; }
p { color: rgb(255,48,129); }
H1.HeaderClassName
{
color: #FF3081;
}
.AnyTagClassName
{
color: #FF3081;
}
</style>
background-color css
<style>
a { background-color: #FF3081; }
a { background-color: rgb(255,48,129); }
div.DivClassName
{
background-color: #FF3081;
}
.BgClassName
{
background-color: #FF3081;
}
</style>
border-color css
<style>
span { border-color: #FF3081; }
span { border-color: rgb(255,48,129); }
td.TdClassName
{
border-color: #FF3081;
}
.TagClassName
{
border-color: #FF3081;
}
</style>