Shades of Medium Red Violet #CC369F
Tints of Medium Red Violet #CC369F
RGB
CMYK
RGB Variations
Color information
#CC369F (or 0xCC369F) is known color: Medium Red Violet. HEX triplet: CC, 36 and 9F. RGB value is (204,54,159). Sum of RGB (Red+Green+Blue) = 204+54+159=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369F is #33C960. Grayscale: #6E6E6E. Windows color (decimal): -3393889 or 10434252. OLE color: 10434252.
HSL color Cylindrical-coordinate representation of color #CC369F: hue angle of 318º 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 #CC369F is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 159 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.2 |
| HSL | 318º | 0.6% | 0.51% | - |
| HSV(B) | 318º | 0.74% | 0.8% | - |
| XYZ | 32.48 | 17.98 | 34.56 | - |
| YUV | 110.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 159 | 0 | 0.74 | 0.22 | 0.2 | 318 | 0.6 | 0.51 |
| Hex | CC | 36 | 9F | 0 | 4A | 16 | 14 | 13E | 3C | 33 |
| Octal | 314 | 66 | 237 | 0 | 112 | 26 | 24 | 476 | 74 | 63 |
| Binary | 11001100 | 110110 | 10011111 | 0 | 1001010 | 10110 | 10100 | 100111110 | 111100 | 110011 |
Color Harmonies of #CC369F
Complementary color
Monochromatic Colors of #CC369F
Black with #CC369F
Text Example
Text Example
White with #CC369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC369F; }
p { color: rgb(204,54,159); }
H1.HeaderClassName
{
color: #CC369F;
}
.AnyTagClassName
{
color: #CC369F;
}
</style>
background-color css
<style>
a { background-color: #CC369F; }
a { background-color: rgb(204,54,159); }
div.DivClassName
{
background-color: #CC369F;
}
.BgClassName
{
background-color: #CC369F;
}
</style>
border-color css
<style>
span { border-color: #CC369F; }
span { border-color: rgb(204,54,159); }
td.TdClassName
{
border-color: #CC369F;
}
.TagClassName
{
border-color: #CC369F;
}
</style>