Shades of Medium Violet Red #CF1484
Tints of Medium Violet Red #CF1484
RGB
CMYK
RGB Variations
Color information
#CF1484 (or 0xCF1484) is known color: Medium Violet Red. HEX triplet: CF, 14 and 84. RGB value is (207,20,132). Sum of RGB (Red+Green+Blue) = 207+20+132=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1484 is #30EB7B. Grayscale: #585858. Windows color (decimal): -3206012 or 8656079. OLE color: 8656079.
HSL color Cylindrical-coordinate representation of color #CF1484: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1484 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 132 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.19 |
| HSL | 324.06º | 0.82% | 0.45% | - |
| HSV(B) | 324.06º | 0.9% | 0.81% | - |
| XYZ | 30.15 | 15.43 | 23.22 | - |
| YUV | 88.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 132 | 0 | 0.90 | 0.36 | 0.19 | 324.06 | 0.82 | 0.45 |
| Hex | CF | 14 | 84 | 0 | 5A | 24 | 13 | 144 | 52 | 2D |
| Octal | 317 | 24 | 204 | 0 | 132 | 44 | 23 | 504 | 122 | 55 |
| Binary | 11001111 | 10100 | 10000100 | 0 | 1011010 | 100100 | 10011 | 101000100 | 1010010 | 101101 |
Color Harmonies of #CF1484
Complementary color
Monochromatic Colors of #CF1484
Black with #CF1484
Text Example
Text Example
White with #CF1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1484; }
p { color: rgb(207,20,132); }
H1.HeaderClassName
{
color: #CF1484;
}
.AnyTagClassName
{
color: #CF1484;
}
</style>
background-color css
<style>
a { background-color: #CF1484; }
a { background-color: rgb(207,20,132); }
div.DivClassName
{
background-color: #CF1484;
}
.BgClassName
{
background-color: #CF1484;
}
</style>
border-color css
<style>
span { border-color: #CF1484; }
span { border-color: rgb(207,20,132); }
td.TdClassName
{
border-color: #CF1484;
}
.TagClassName
{
border-color: #CF1484;
}
</style>