Shades of Medium Violet Red #CC278B
Tints of Medium Violet Red #CC278B
RGB
CMYK
RGB Variations
Color information
#CC278B (or 0xCC278B) is known color: Medium Violet Red. HEX triplet: CC, 27 and 8B. RGB value is (204,39,139). Sum of RGB (Red+Green+Blue) = 204+39+139=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC278B is #33D874. Grayscale: #636363. Windows color (decimal): -3397749 or 9119692. OLE color: 9119692.
HSL color Cylindrical-coordinate representation of color #CC278B: hue angle of 323.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC278B is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 139 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.2 |
| HSL | 323.64º | 0.68% | 0.48% | - |
| HSV(B) | 323.64º | 0.81% | 0.8% | - |
| XYZ | 30.29 | 16.15 | 25.95 | - |
| YUV | 99.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 139 | 0 | 0.81 | 0.32 | 0.2 | 323.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 8B | 0 | 51 | 20 | 14 | 144 | 44 | 30 |
| Octal | 314 | 47 | 213 | 0 | 121 | 40 | 24 | 504 | 104 | 60 |
| Binary | 11001100 | 100111 | 10001011 | 0 | 1010001 | 100000 | 10100 | 101000100 | 1000100 | 110000 |
Color Harmonies of #CC278B
Complementary color
Monochromatic Colors of #CC278B
Black with #CC278B
Text Example
Text Example
White with #CC278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC278B; }
p { color: rgb(204,39,139); }
H1.HeaderClassName
{
color: #CC278B;
}
.AnyTagClassName
{
color: #CC278B;
}
</style>
background-color css
<style>
a { background-color: #CC278B; }
a { background-color: rgb(204,39,139); }
div.DivClassName
{
background-color: #CC278B;
}
.BgClassName
{
background-color: #CC278B;
}
</style>
border-color css
<style>
span { border-color: #CC278B; }
span { border-color: rgb(204,39,139); }
td.TdClassName
{
border-color: #CC278B;
}
.TagClassName
{
border-color: #CC278B;
}
</style>