Shades of Medium Violet Red #CF0182
Tints of Medium Violet Red #CF0182
RGB
CMYK
RGB Variations
Color information
#CF0182 (or 0xCF0182) is known color: Medium Violet Red. HEX triplet: CF, 01 and 82. RGB value is (207,1,130). Sum of RGB (Red+Green+Blue) = 207+1+130=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0182 is #30FE7D. Grayscale: #4C4C4C. Windows color (decimal): -3210878 or 8520143. OLE color: 8520143.
HSL color Cylindrical-coordinate representation of color #CF0182: hue angle of 322.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0182 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.19 |
| HSL | 322.43º | 0.99% | 0.41% | - |
| HSV(B) | 322.43º | 1% | 0.81% | - |
| XYZ | 29.77 | 14.9 | 22.43 | - |
| YUV | 77.3 | 157.75 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 130 | 0 | 1.00 | 0.37 | 0.19 | 322.43 | 0.99 | 0.41 |
| Hex | CF | 1 | 82 | 0 | 64 | 25 | 13 | 142 | 63 | 29 |
| Octal | 317 | 1 | 202 | 0 | 144 | 45 | 23 | 502 | 143 | 51 |
| Binary | 11001111 | 1 | 10000010 | 0 | 1100100 | 100101 | 10011 | 101000010 | 1100011 | 101001 |
Color Harmonies of #CF0182
Complementary color
Monochromatic Colors of #CF0182
Black with #CF0182
Text Example
Text Example
White with #CF0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0182; }
p { color: rgb(207,1,130); }
H1.HeaderClassName
{
color: #CF0182;
}
.AnyTagClassName
{
color: #CF0182;
}
</style>
background-color css
<style>
a { background-color: #CF0182; }
a { background-color: rgb(207,1,130); }
div.DivClassName
{
background-color: #CF0182;
}
.BgClassName
{
background-color: #CF0182;
}
</style>
border-color css
<style>
span { border-color: #CF0182; }
span { border-color: rgb(207,1,130); }
td.TdClassName
{
border-color: #CF0182;
}
.TagClassName
{
border-color: #CF0182;
}
</style>