Shades of Medium Violet Red #CB1674
Tints of Medium Violet Red #CB1674
RGB
CMYK
RGB Variations
Color information
#CB1674 (or 0xCB1674) is known color: Medium Violet Red. HEX triplet: CB, 16 and 74. RGB value is (203,22,116). Sum of RGB (Red+Green+Blue) = 203+22+116=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1674 is #34E98B. Grayscale: #565656. Windows color (decimal): -3467660 or 7608011. OLE color: 7608011.
HSL color Cylindrical-coordinate representation of color #CB1674: hue angle of 328.84º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1674 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 116 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.20 |
| HSL | 328.84º | 0.8% | 0.44% | - |
| HSV(B) | 328.84º | 0.89% | 0.8% | - |
| XYZ | 28.07 | 14.53 | 17.85 | - |
| YUV | 86.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 116 | 0 | 0.89 | 0.43 | 0.20 | 328.84 | 0.8 | 0.44 |
| Hex | CB | 16 | 74 | 0 | 59 | 2B | 14 | 149 | 50 | 2C |
| Octal | 313 | 26 | 164 | 0 | 131 | 53 | 24 | 511 | 120 | 54 |
| Binary | 11001011 | 10110 | 1110100 | 0 | 1011001 | 101011 | 10100 | 101001001 | 1010000 | 101100 |
Color Harmonies of #CB1674
Complementary color
Monochromatic Colors of #CB1674
Black with #CB1674
Text Example
Text Example
White with #CB1674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1674; }
p { color: rgb(203,22,116); }
H1.HeaderClassName
{
color: #CB1674;
}
.AnyTagClassName
{
color: #CB1674;
}
</style>
background-color css
<style>
a { background-color: #CB1674; }
a { background-color: rgb(203,22,116); }
div.DivClassName
{
background-color: #CB1674;
}
.BgClassName
{
background-color: #CB1674;
}
</style>
border-color css
<style>
span { border-color: #CB1674; }
span { border-color: rgb(203,22,116); }
td.TdClassName
{
border-color: #CB1674;
}
.TagClassName
{
border-color: #CB1674;
}
</style>