Shades of Violet Red #FF3080
Tints of Violet Red #FF3080
RGB
CMYK
RGB Variations
Color information
#FF3080 (or 0xFF3080) is known color: Violet Red. HEX triplet: FF, 30 and 80. RGB value is (255,48,128). Sum of RGB (Red+Green+Blue) = 255+48+128=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3080 is #00CF7F. Grayscale: #767676. Windows color (decimal): -53120 or 8401151. OLE color: 8401151.
HSL color Cylindrical-coordinate representation of color #FF3080: hue angle of 336.81º 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 #FF3080 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 128 | - |
| CMYK | 0 | 0.81 | 0.50 | 0 |
| HSL | 336.81º | 1% | 0.59% | - |
| HSV(B) | 336.81º | 0.81% | 1% | - |
| XYZ | 46.19 | 24.93 | 22.8 | - |
| YUV | 119.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 128 | 0 | 0.81 | 0.50 | 0 | 336.81 | 1 | 0.59 |
| Hex | FF | 30 | 80 | 0 | 51 | 32 | 0 | 151 | 64 | 3B |
| Octal | 377 | 60 | 200 | 0 | 121 | 62 | 0 | 521 | 144 | 73 |
| Binary | 11111111 | 110000 | 10000000 | 0 | 1010001 | 110010 | 0 | 101010001 | 1100100 | 111011 |
Color Harmonies of #FF3080
Complementary color
Monochromatic Colors of #FF3080
Black with #FF3080
Text Example
Text Example
White with #FF3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3080; }
p { color: rgb(255,48,128); }
H1.HeaderClassName
{
color: #FF3080;
}
.AnyTagClassName
{
color: #FF3080;
}
</style>
background-color css
<style>
a { background-color: #FF3080; }
a { background-color: rgb(255,48,128); }
div.DivClassName
{
background-color: #FF3080;
}
.BgClassName
{
background-color: #FF3080;
}
</style>
border-color css
<style>
span { border-color: #FF3080; }
span { border-color: rgb(255,48,128); }
td.TdClassName
{
border-color: #FF3080;
}
.TagClassName
{
border-color: #FF3080;
}
</style>