Shades of Medium Violet Red #CD259C
Tints of Medium Violet Red #CD259C
RGB
CMYK
RGB Variations
Color information
#CD259C (or 0xCD259C) is known color: Medium Violet Red. HEX triplet: CD, 25 and 9C. RGB value is (205,37,156). Sum of RGB (Red+Green+Blue) = 205+37+156=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD259C is #32DA63. Grayscale: #646464. Windows color (decimal): -3332708 or 10233293. OLE color: 10233293.
HSL color Cylindrical-coordinate representation of color #CD259C: hue angle of 317.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD259C is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 156 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.20 |
| HSL | 317.5º | 0.69% | 0.47% | - |
| HSV(B) | 317.5º | 0.82% | 0.8% | - |
| XYZ | 31.84 | 16.7 | 33 | - |
| YUV | 100.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 156 | 0 | 0.82 | 0.24 | 0.20 | 317.5 | 0.69 | 0.47 |
| Hex | CD | 25 | 9C | 0 | 52 | 18 | 14 | 13E | 45 | 2F |
| Octal | 315 | 45 | 234 | 0 | 122 | 30 | 24 | 476 | 105 | 57 |
| Binary | 11001101 | 100101 | 10011100 | 0 | 1010010 | 11000 | 10100 | 100111110 | 1000101 | 101111 |
Color Harmonies of #CD259C
Complementary color
Monochromatic Colors of #CD259C
Black with #CD259C
Text Example
Text Example
White with #CD259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD259C; }
p { color: rgb(205,37,156); }
H1.HeaderClassName
{
color: #CD259C;
}
.AnyTagClassName
{
color: #CD259C;
}
</style>
background-color css
<style>
a { background-color: #CD259C; }
a { background-color: rgb(205,37,156); }
div.DivClassName
{
background-color: #CD259C;
}
.BgClassName
{
background-color: #CD259C;
}
</style>
border-color css
<style>
span { border-color: #CD259C; }
span { border-color: rgb(205,37,156); }
td.TdClassName
{
border-color: #CD259C;
}
.TagClassName
{
border-color: #CD259C;
}
</style>