Shades of Medium Red Violet #CC309B
Tints of Medium Red Violet #CC309B
RGB
CMYK
RGB Variations
Color information
#CC309B (or 0xCC309B) is known color: Medium Red Violet. HEX triplet: CC, 30 and 9B. RGB value is (204,48,155). Sum of RGB (Red+Green+Blue) = 204+48+155=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC309B is #33CF64. Grayscale: #6A6A6A. Windows color (decimal): -3395429 or 10170572. OLE color: 10170572.
HSL color Cylindrical-coordinate representation of color #CC309B: hue angle of 318.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC309B is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 155 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.2 |
| HSL | 318.85º | 0.62% | 0.49% | - |
| HSV(B) | 318.85º | 0.76% | 0.8% | - |
| XYZ | 31.88 | 17.32 | 32.67 | - |
| YUV | 106.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 155 | 0 | 0.76 | 0.24 | 0.2 | 318.85 | 0.62 | 0.49 |
| Hex | CC | 30 | 9B | 0 | 4C | 18 | 14 | 13F | 3E | 31 |
| Octal | 314 | 60 | 233 | 0 | 114 | 30 | 24 | 477 | 76 | 61 |
| Binary | 11001100 | 110000 | 10011011 | 0 | 1001100 | 11000 | 10100 | 100111111 | 111110 | 110001 |
Color Harmonies of #CC309B
Complementary color
Monochromatic Colors of #CC309B
Black with #CC309B
Text Example
Text Example
White with #CC309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC309B; }
p { color: rgb(204,48,155); }
H1.HeaderClassName
{
color: #CC309B;
}
.AnyTagClassName
{
color: #CC309B;
}
</style>
background-color css
<style>
a { background-color: #CC309B; }
a { background-color: rgb(204,48,155); }
div.DivClassName
{
background-color: #CC309B;
}
.BgClassName
{
background-color: #CC309B;
}
</style>
border-color css
<style>
span { border-color: #CC309B; }
span { border-color: rgb(204,48,155); }
td.TdClassName
{
border-color: #CC309B;
}
.TagClassName
{
border-color: #CC309B;
}
</style>