Shades of Medium Violet Red #CD279C
Tints of Medium Violet Red #CD279C
RGB
CMYK
RGB Variations
Color information
#CD279C (or 0xCD279C) is known color: Medium Violet Red. HEX triplet: CD, 27 and 9C. RGB value is (205,39,156). Sum of RGB (Red+Green+Blue) = 205+39+156=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD279C is #32D863. Grayscale: #656565. Windows color (decimal): -3332196 or 10233805. OLE color: 10233805.
HSL color Cylindrical-coordinate representation of color #CD279C: hue angle of 317.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD279C is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 156 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.20 |
| HSL | 317.71º | 0.68% | 0.48% | - |
| HSV(B) | 317.71º | 0.81% | 0.8% | - |
| XYZ | 31.9 | 16.83 | 33.02 | - |
| YUV | 101.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 156 | 0 | 0.81 | 0.24 | 0.20 | 317.71 | 0.68 | 0.48 |
| Hex | CD | 27 | 9C | 0 | 51 | 18 | 14 | 13E | 44 | 30 |
| Octal | 315 | 47 | 234 | 0 | 121 | 30 | 24 | 476 | 104 | 60 |
| Binary | 11001101 | 100111 | 10011100 | 0 | 1010001 | 11000 | 10100 | 100111110 | 1000100 | 110000 |
Color Harmonies of #CD279C
Complementary color
Monochromatic Colors of #CD279C
Black with #CD279C
Text Example
Text Example
White with #CD279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD279C; }
p { color: rgb(205,39,156); }
H1.HeaderClassName
{
color: #CD279C;
}
.AnyTagClassName
{
color: #CD279C;
}
</style>
background-color css
<style>
a { background-color: #CD279C; }
a { background-color: rgb(205,39,156); }
div.DivClassName
{
background-color: #CD279C;
}
.BgClassName
{
background-color: #CD279C;
}
</style>
border-color css
<style>
span { border-color: #CD279C; }
span { border-color: rgb(205,39,156); }
td.TdClassName
{
border-color: #CD279C;
}
.TagClassName
{
border-color: #CD279C;
}
</style>