Shades of Medium Violet Red #CC108B
Tints of Medium Violet Red #CC108B
RGB
CMYK
RGB Variations
Color information
#CC108B (or 0xCC108B) is known color: Medium Violet Red. HEX triplet: CC, 10 and 8B. RGB value is (204,16,139). Sum of RGB (Red+Green+Blue) = 204+16+139=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC108B is #33EF74. Grayscale: #555555. Windows color (decimal): -3403637 or 9113804. OLE color: 9113804.
HSL color Cylindrical-coordinate representation of color #CC108B: hue angle of 320.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC108B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.2 |
| HSL | 320.74º | 0.85% | 0.43% | - |
| HSV(B) | 320.74º | 0.92% | 0.8% | - |
| XYZ | 29.75 | 15.07 | 25.77 | - |
| YUV | 86.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 139 | 0 | 0.92 | 0.32 | 0.2 | 320.74 | 0.85 | 0.43 |
| Hex | CC | 10 | 8B | 0 | 5C | 20 | 14 | 141 | 55 | 2B |
| Octal | 314 | 20 | 213 | 0 | 134 | 40 | 24 | 501 | 125 | 53 |
| Binary | 11001100 | 10000 | 10001011 | 0 | 1011100 | 100000 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CC108B
Complementary color
Monochromatic Colors of #CC108B
Black with #CC108B
Text Example
Text Example
White with #CC108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC108B; }
p { color: rgb(204,16,139); }
H1.HeaderClassName
{
color: #CC108B;
}
.AnyTagClassName
{
color: #CC108B;
}
</style>
background-color css
<style>
a { background-color: #CC108B; }
a { background-color: rgb(204,16,139); }
div.DivClassName
{
background-color: #CC108B;
}
.BgClassName
{
background-color: #CC108B;
}
</style>
border-color css
<style>
span { border-color: #CC108B; }
span { border-color: rgb(204,16,139); }
td.TdClassName
{
border-color: #CC108B;
}
.TagClassName
{
border-color: #CC108B;
}
</style>