Shades of Medium Violet Red #CC2383
Tints of Medium Violet Red #CC2383
RGB
CMYK
RGB Variations
Color information
#CC2383 (or 0xCC2383) is known color: Medium Violet Red. HEX triplet: CC, 23 and 83. RGB value is (204,35,131). Sum of RGB (Red+Green+Blue) = 204+35+131=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2383 is #33DC7C. Grayscale: #606060. Windows color (decimal): -3398781 or 8594380. OLE color: 8594380.
HSL color Cylindrical-coordinate representation of color #CC2383: hue angle of 325.92º 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 #CC2383 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 131 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.2 |
| HSL | 325.92º | 0.71% | 0.47% | - |
| HSV(B) | 325.92º | 0.83% | 0.8% | - |
| XYZ | 29.6 | 15.68 | 22.94 | - |
| YUV | 96.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 131 | 0 | 0.83 | 0.36 | 0.2 | 325.92 | 0.71 | 0.47 |
| Hex | CC | 23 | 83 | 0 | 53 | 24 | 14 | 146 | 47 | 2F |
| Octal | 314 | 43 | 203 | 0 | 123 | 44 | 24 | 506 | 107 | 57 |
| Binary | 11001100 | 100011 | 10000011 | 0 | 1010011 | 100100 | 10100 | 101000110 | 1000111 | 101111 |
Color Harmonies of #CC2383
Complementary color
Monochromatic Colors of #CC2383
Black with #CC2383
Text Example
Text Example
White with #CC2383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2383; }
p { color: rgb(204,35,131); }
H1.HeaderClassName
{
color: #CC2383;
}
.AnyTagClassName
{
color: #CC2383;
}
</style>
background-color css
<style>
a { background-color: #CC2383; }
a { background-color: rgb(204,35,131); }
div.DivClassName
{
background-color: #CC2383;
}
.BgClassName
{
background-color: #CC2383;
}
</style>
border-color css
<style>
span { border-color: #CC2383; }
span { border-color: rgb(204,35,131); }
td.TdClassName
{
border-color: #CC2383;
}
.TagClassName
{
border-color: #CC2383;
}
</style>