Shades of Medium Violet Red #CF0484
Tints of Medium Violet Red #CF0484
RGB
CMYK
RGB Variations
Color information
#CF0484 (or 0xCF0484) is known color: Medium Violet Red. HEX triplet: CF, 04 and 84. RGB value is (207,4,132). Sum of RGB (Red+Green+Blue) = 207+4+132=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0484 is #30FB7B. Grayscale: #4E4E4E. Windows color (decimal): -3210108 or 8651983. OLE color: 8651983.
HSL color Cylindrical-coordinate representation of color #CF0484: hue angle of 322.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0484 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.19 |
| HSL | 322.17º | 0.96% | 0.41% | - |
| HSV(B) | 322.17º | 0.98% | 0.81% | - |
| XYZ | 29.94 | 15.02 | 23.15 | - |
| YUV | 79.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 132 | 0 | 0.98 | 0.36 | 0.19 | 322.17 | 0.96 | 0.41 |
| Hex | CF | 4 | 84 | 0 | 62 | 24 | 13 | 142 | 60 | 29 |
| Octal | 317 | 4 | 204 | 0 | 142 | 44 | 23 | 502 | 140 | 51 |
| Binary | 11001111 | 100 | 10000100 | 0 | 1100010 | 100100 | 10011 | 101000010 | 1100000 | 101001 |
Color Harmonies of #CF0484
Complementary color
Monochromatic Colors of #CF0484
Black with #CF0484
Text Example
Text Example
White with #CF0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0484; }
p { color: rgb(207,4,132); }
H1.HeaderClassName
{
color: #CF0484;
}
.AnyTagClassName
{
color: #CF0484;
}
</style>
background-color css
<style>
a { background-color: #CF0484; }
a { background-color: rgb(207,4,132); }
div.DivClassName
{
background-color: #CF0484;
}
.BgClassName
{
background-color: #CF0484;
}
</style>
border-color css
<style>
span { border-color: #CF0484; }
span { border-color: rgb(207,4,132); }
td.TdClassName
{
border-color: #CF0484;
}
.TagClassName
{
border-color: #CF0484;
}
</style>