Shades of Medium Violet Red #CC2385
Tints of Medium Violet Red #CC2385
RGB
CMYK
RGB Variations
Color information
#CC2385 (or 0xCC2385) is known color: Medium Violet Red. HEX triplet: CC, 23 and 85. RGB value is (204,35,133). Sum of RGB (Red+Green+Blue) = 204+35+133=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2385 is #33DC7A. Grayscale: #606060. Windows color (decimal): -3398779 or 8725452. OLE color: 8725452.
HSL color Cylindrical-coordinate representation of color #CC2385: hue angle of 325.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2385 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 133 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.2 |
| HSL | 325.21º | 0.71% | 0.47% | - |
| HSV(B) | 325.21º | 0.83% | 0.8% | - |
| XYZ | 29.74 | 15.73 | 23.66 | - |
| YUV | 96.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 133 | 0 | 0.83 | 0.35 | 0.2 | 325.21 | 0.71 | 0.47 |
| Hex | CC | 23 | 85 | 0 | 53 | 23 | 14 | 145 | 47 | 2F |
| Octal | 314 | 43 | 205 | 0 | 123 | 43 | 24 | 505 | 107 | 57 |
| Binary | 11001100 | 100011 | 10000101 | 0 | 1010011 | 100011 | 10100 | 101000101 | 1000111 | 101111 |
Color Harmonies of #CC2385
Complementary color
Monochromatic Colors of #CC2385
Black with #CC2385
Text Example
Text Example
White with #CC2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2385; }
p { color: rgb(204,35,133); }
H1.HeaderClassName
{
color: #CC2385;
}
.AnyTagClassName
{
color: #CC2385;
}
</style>
background-color css
<style>
a { background-color: #CC2385; }
a { background-color: rgb(204,35,133); }
div.DivClassName
{
background-color: #CC2385;
}
.BgClassName
{
background-color: #CC2385;
}
</style>
border-color css
<style>
span { border-color: #CC2385; }
span { border-color: rgb(204,35,133); }
td.TdClassName
{
border-color: #CC2385;
}
.TagClassName
{
border-color: #CC2385;
}
</style>