Shades of Medium Red Violet #CC369E
Tints of Medium Red Violet #CC369E
RGB
CMYK
RGB Variations
Color information
#CC369E (or 0xCC369E) is known color: Medium Red Violet. HEX triplet: CC, 36 and 9E. RGB value is (204,54,158). Sum of RGB (Red+Green+Blue) = 204+54+158=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369E is #33C961. Grayscale: #6E6E6E. Windows color (decimal): -3393890 or 10368716. OLE color: 10368716.
HSL color Cylindrical-coordinate representation of color #CC369E: hue angle of 318.4º 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 #CC369E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 158 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.2 |
| HSL | 318.4º | 0.6% | 0.51% | - |
| HSV(B) | 318.4º | 0.74% | 0.8% | - |
| XYZ | 32.39 | 17.94 | 34.1 | - |
| YUV | 110.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 158 | 0 | 0.74 | 0.23 | 0.2 | 318.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 9E | 0 | 4A | 17 | 14 | 13E | 3C | 33 |
| Octal | 314 | 66 | 236 | 0 | 112 | 27 | 24 | 476 | 74 | 63 |
| Binary | 11001100 | 110110 | 10011110 | 0 | 1001010 | 10111 | 10100 | 100111110 | 111100 | 110011 |
Color Harmonies of #CC369E
Complementary color
Monochromatic Colors of #CC369E
Black with #CC369E
Text Example
Text Example
White with #CC369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC369E; }
p { color: rgb(204,54,158); }
H1.HeaderClassName
{
color: #CC369E;
}
.AnyTagClassName
{
color: #CC369E;
}
</style>
background-color css
<style>
a { background-color: #CC369E; }
a { background-color: rgb(204,54,158); }
div.DivClassName
{
background-color: #CC369E;
}
.BgClassName
{
background-color: #CC369E;
}
</style>
border-color css
<style>
span { border-color: #CC369E; }
span { border-color: rgb(204,54,158); }
td.TdClassName
{
border-color: #CC369E;
}
.TagClassName
{
border-color: #CC369E;
}
</style>