Shades of Medium Red Violet #CC369D
Tints of Medium Red Violet #CC369D
RGB
CMYK
RGB Variations
Color information
#CC369D (or 0xCC369D) is known color: Medium Red Violet. HEX triplet: CC, 36 and 9D. RGB value is (204,54,157). Sum of RGB (Red+Green+Blue) = 204+54+157=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369D is #33C962. Grayscale: #6E6E6E. Windows color (decimal): -3393891 or 10303180. OLE color: 10303180.
HSL color Cylindrical-coordinate representation of color #CC369D: hue angle of 318.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC369D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 157 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.2 |
| HSL | 318.8º | 0.6% | 0.51% | - |
| HSV(B) | 318.8º | 0.74% | 0.8% | - |
| XYZ | 32.31 | 17.91 | 33.65 | - |
| YUV | 110.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 157 | 0 | 0.74 | 0.23 | 0.2 | 318.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 9D | 0 | 4A | 17 | 14 | 13F | 3C | 33 |
| Octal | 314 | 66 | 235 | 0 | 112 | 27 | 24 | 477 | 74 | 63 |
| Binary | 11001100 | 110110 | 10011101 | 0 | 1001010 | 10111 | 10100 | 100111111 | 111100 | 110011 |
Color Harmonies of #CC369D
Complementary color
Monochromatic Colors of #CC369D
Black with #CC369D
Text Example
Text Example
White with #CC369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC369D; }
p { color: rgb(204,54,157); }
H1.HeaderClassName
{
color: #CC369D;
}
.AnyTagClassName
{
color: #CC369D;
}
</style>
background-color css
<style>
a { background-color: #CC369D; }
a { background-color: rgb(204,54,157); }
div.DivClassName
{
background-color: #CC369D;
}
.BgClassName
{
background-color: #CC369D;
}
</style>
border-color css
<style>
span { border-color: #CC369D; }
span { border-color: rgb(204,54,157); }
td.TdClassName
{
border-color: #CC369D;
}
.TagClassName
{
border-color: #CC369D;
}
</style>