Shades of Medium Violet Red #CC1284
Tints of Medium Violet Red #CC1284
RGB
CMYK
RGB Variations
Color information
#CC1284 (or 0xCC1284) is known color: Medium Violet Red. HEX triplet: CC, 12 and 84. RGB value is (204,18,132). Sum of RGB (Red+Green+Blue) = 204+18+132=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1284 is #33ED7B. Grayscale: #565656. Windows color (decimal): -3403132 or 8655564. OLE color: 8655564.
HSL color Cylindrical-coordinate representation of color #CC1284: hue angle of 323.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1284 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.2 |
| HSL | 323.23º | 0.84% | 0.44% | - |
| HSV(B) | 323.23º | 0.91% | 0.8% | - |
| XYZ | 29.28 | 14.94 | 23.17 | - |
| YUV | 86.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 132 | 0 | 0.91 | 0.35 | 0.2 | 323.23 | 0.84 | 0.44 |
| Hex | CC | 12 | 84 | 0 | 5B | 23 | 14 | 143 | 54 | 2C |
| Octal | 314 | 22 | 204 | 0 | 133 | 43 | 24 | 503 | 124 | 54 |
| Binary | 11001100 | 10010 | 10000100 | 0 | 1011011 | 100011 | 10100 | 101000011 | 1010100 | 101100 |
Color Harmonies of #CC1284
Complementary color
Monochromatic Colors of #CC1284
Black with #CC1284
Text Example
Text Example
White with #CC1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1284; }
p { color: rgb(204,18,132); }
H1.HeaderClassName
{
color: #CC1284;
}
.AnyTagClassName
{
color: #CC1284;
}
</style>
background-color css
<style>
a { background-color: #CC1284; }
a { background-color: rgb(204,18,132); }
div.DivClassName
{
background-color: #CC1284;
}
.BgClassName
{
background-color: #CC1284;
}
</style>
border-color css
<style>
span { border-color: #CC1284; }
span { border-color: rgb(204,18,132); }
td.TdClassName
{
border-color: #CC1284;
}
.TagClassName
{
border-color: #CC1284;
}
</style>