Shades of Medium Violet Red #CC259C
Tints of Medium Violet Red #CC259C
RGB
CMYK
RGB Variations
Color information
#CC259C (or 0xCC259C) is known color: Medium Violet Red. HEX triplet: CC, 25 and 9C. RGB value is (204,37,156). Sum of RGB (Red+Green+Blue) = 204+37+156=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC259C is #33DA63. Grayscale: #646464. Windows color (decimal): -3398244 or 10233292. OLE color: 10233292.
HSL color Cylindrical-coordinate representation of color #CC259C: hue angle of 317.25º 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 #CC259C is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 156 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.2 |
| HSL | 317.25º | 0.69% | 0.47% | - |
| HSV(B) | 317.25º | 0.82% | 0.8% | - |
| XYZ | 31.56 | 16.56 | 32.99 | - |
| YUV | 100.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 156 | 0 | 0.82 | 0.24 | 0.2 | 317.25 | 0.69 | 0.47 |
| Hex | CC | 25 | 9C | 0 | 52 | 18 | 14 | 13D | 45 | 2F |
| Octal | 314 | 45 | 234 | 0 | 122 | 30 | 24 | 475 | 105 | 57 |
| Binary | 11001100 | 100101 | 10011100 | 0 | 1010010 | 11000 | 10100 | 100111101 | 1000101 | 101111 |
Color Harmonies of #CC259C
Complementary color
Monochromatic Colors of #CC259C
Black with #CC259C
Text Example
Text Example
White with #CC259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC259C; }
p { color: rgb(204,37,156); }
H1.HeaderClassName
{
color: #CC259C;
}
.AnyTagClassName
{
color: #CC259C;
}
</style>
background-color css
<style>
a { background-color: #CC259C; }
a { background-color: rgb(204,37,156); }
div.DivClassName
{
background-color: #CC259C;
}
.BgClassName
{
background-color: #CC259C;
}
</style>
border-color css
<style>
span { border-color: #CC259C; }
span { border-color: rgb(204,37,156); }
td.TdClassName
{
border-color: #CC259C;
}
.TagClassName
{
border-color: #CC259C;
}
</style>