Shades of Medium Violet Red #CC257B
Tints of Medium Violet Red #CC257B
RGB
CMYK
RGB Variations
Color information
#CC257B (or 0xCC257B) is known color: Medium Violet Red. HEX triplet: CC, 25 and 7B. RGB value is (204,37,123). Sum of RGB (Red+Green+Blue) = 204+37+123=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC257B is #33DA84. Grayscale: #606060. Windows color (decimal): -3398277 or 8070604. OLE color: 8070604.
HSL color Cylindrical-coordinate representation of color #CC257B: hue angle of 329.1º 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 #CC257B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 123 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.2 |
| HSL | 329.1º | 0.69% | 0.47% | - |
| HSV(B) | 329.1º | 0.82% | 0.8% | - |
| XYZ | 29.14 | 15.59 | 20.21 | - |
| YUV | 96.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 123 | 0 | 0.82 | 0.40 | 0.2 | 329.1 | 0.69 | 0.47 |
| Hex | CC | 25 | 7B | 0 | 52 | 28 | 14 | 149 | 45 | 2F |
| Octal | 314 | 45 | 173 | 0 | 122 | 50 | 24 | 511 | 105 | 57 |
| Binary | 11001100 | 100101 | 1111011 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CC257B
Complementary color
Monochromatic Colors of #CC257B
Black with #CC257B
Text Example
Text Example
White with #CC257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC257B; }
p { color: rgb(204,37,123); }
H1.HeaderClassName
{
color: #CC257B;
}
.AnyTagClassName
{
color: #CC257B;
}
</style>
background-color css
<style>
a { background-color: #CC257B; }
a { background-color: rgb(204,37,123); }
div.DivClassName
{
background-color: #CC257B;
}
.BgClassName
{
background-color: #CC257B;
}
</style>
border-color css
<style>
span { border-color: #CC257B; }
span { border-color: rgb(204,37,123); }
td.TdClassName
{
border-color: #CC257B;
}
.TagClassName
{
border-color: #CC257B;
}
</style>