Shades of Medium Violet Red #CD268D
Tints of Medium Violet Red #CD268D
RGB
CMYK
RGB Variations
Color information
#CD268D (or 0xCD268D) is known color: Medium Violet Red. HEX triplet: CD, 26 and 8D. RGB value is (205,38,141). Sum of RGB (Red+Green+Blue) = 205+38+141=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD268D is #32D972. Grayscale: #636363. Windows color (decimal): -3332467 or 9250509. OLE color: 9250509.
HSL color Cylindrical-coordinate representation of color #CD268D: hue angle of 322.99º degrees, saturation: 0.69, 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 #CD268D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 141 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.20 |
| HSL | 322.99º | 0.69% | 0.48% | - |
| HSV(B) | 322.99º | 0.81% | 0.8% | - |
| XYZ | 30.68 | 16.29 | 26.73 | - |
| YUV | 99.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 141 | 0 | 0.81 | 0.31 | 0.20 | 322.99 | 0.69 | 0.48 |
| Hex | CD | 26 | 8D | 0 | 51 | 1F | 14 | 143 | 45 | 30 |
| Octal | 315 | 46 | 215 | 0 | 121 | 37 | 24 | 503 | 105 | 60 |
| Binary | 11001101 | 100110 | 10001101 | 0 | 1010001 | 11111 | 10100 | 101000011 | 1000101 | 110000 |
Color Harmonies of #CD268D
Complementary color
Monochromatic Colors of #CD268D
Black with #CD268D
Text Example
Text Example
White with #CD268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD268D; }
p { color: rgb(205,38,141); }
H1.HeaderClassName
{
color: #CD268D;
}
.AnyTagClassName
{
color: #CD268D;
}
</style>
background-color css
<style>
a { background-color: #CD268D; }
a { background-color: rgb(205,38,141); }
div.DivClassName
{
background-color: #CD268D;
}
.BgClassName
{
background-color: #CD268D;
}
</style>
border-color css
<style>
span { border-color: #CD268D; }
span { border-color: rgb(205,38,141); }
td.TdClassName
{
border-color: #CD268D;
}
.TagClassName
{
border-color: #CD268D;
}
</style>