Shades of Medium Violet Red #CC018B
Tints of Medium Violet Red #CC018B
RGB
CMYK
RGB Variations
Color information
#CC018B (or 0xCC018B) is known color: Medium Violet Red. HEX triplet: CC, 01 and 8B. RGB value is (204,1,139). Sum of RGB (Red+Green+Blue) = 204+1+139=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC018B is #33FE74. Grayscale: #4D4D4D. Windows color (decimal): -3407477 or 9109964. OLE color: 9109964.
HSL color Cylindrical-coordinate representation of color #CC018B: hue angle of 319.21º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC018B is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.2 |
| HSL | 319.21º | 0.99% | 0.4% | - |
| HSV(B) | 319.21º | 1% | 0.8% | - |
| XYZ | 29.57 | 14.72 | 25.71 | - |
| YUV | 77.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 139 | 0 | 1.00 | 0.32 | 0.2 | 319.21 | 0.99 | 0.4 |
| Hex | CC | 1 | 8B | 0 | 64 | 20 | 14 | 13F | 63 | 28 |
| Octal | 314 | 1 | 213 | 0 | 144 | 40 | 24 | 477 | 143 | 50 |
| Binary | 11001100 | 1 | 10001011 | 0 | 1100100 | 100000 | 10100 | 100111111 | 1100011 | 101000 |
Color Harmonies of #CC018B
Complementary color
Monochromatic Colors of #CC018B
Black with #CC018B
Text Example
Text Example
White with #CC018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC018B; }
p { color: rgb(204,1,139); }
H1.HeaderClassName
{
color: #CC018B;
}
.AnyTagClassName
{
color: #CC018B;
}
</style>
background-color css
<style>
a { background-color: #CC018B; }
a { background-color: rgb(204,1,139); }
div.DivClassName
{
background-color: #CC018B;
}
.BgClassName
{
background-color: #CC018B;
}
</style>
border-color css
<style>
span { border-color: #CC018B; }
span { border-color: rgb(204,1,139); }
td.TdClassName
{
border-color: #CC018B;
}
.TagClassName
{
border-color: #CC018B;
}
</style>