Shades of Medium Violet Red #CB0C74
Tints of Medium Violet Red #CB0C74
RGB
CMYK
RGB Variations
Color information
#CB0C74 (or 0xCB0C74) is known color: Medium Violet Red. HEX triplet: CB, 0C and 74. RGB value is (203,12,116). Sum of RGB (Red+Green+Blue) = 203+12+116=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0C74 is #34F38B. Grayscale: #505050. Windows color (decimal): -3470220 or 7605451. OLE color: 7605451.
HSL color Cylindrical-coordinate representation of color #CB0C74: hue angle of 327.33º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C74 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.20 |
| HSL | 327.33º | 0.89% | 0.42% | - |
| HSV(B) | 327.33º | 0.94% | 0.8% | - |
| XYZ | 27.91 | 14.22 | 17.8 | - |
| YUV | 80.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 116 | 0 | 0.94 | 0.43 | 0.20 | 327.33 | 0.89 | 0.42 |
| Hex | CB | C | 74 | 0 | 5E | 2B | 14 | 147 | 59 | 2A |
| Octal | 313 | 14 | 164 | 0 | 136 | 53 | 24 | 507 | 131 | 52 |
| Binary | 11001011 | 1100 | 1110100 | 0 | 1011110 | 101011 | 10100 | 101000111 | 1011001 | 101010 |
Color Harmonies of #CB0C74
Complementary color
Monochromatic Colors of #CB0C74
Black with #CB0C74
Text Example
Text Example
White with #CB0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C74; }
p { color: rgb(203,12,116); }
H1.HeaderClassName
{
color: #CB0C74;
}
.AnyTagClassName
{
color: #CB0C74;
}
</style>
background-color css
<style>
a { background-color: #CB0C74; }
a { background-color: rgb(203,12,116); }
div.DivClassName
{
background-color: #CB0C74;
}
.BgClassName
{
background-color: #CB0C74;
}
</style>
border-color css
<style>
span { border-color: #CB0C74; }
span { border-color: rgb(203,12,116); }
td.TdClassName
{
border-color: #CB0C74;
}
.TagClassName
{
border-color: #CB0C74;
}
</style>