Shades of Medium Violet Red #CB23AC
Tints of Medium Violet Red #CB23AC
RGB
CMYK
RGB Variations
Color information
#CB23AC (or 0xCB23AC) is known color: Medium Violet Red. HEX triplet: CB, 23 and AC. RGB value is (203,35,172). Sum of RGB (Red+Green+Blue) = 203+35+172=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB23AC is #34DC53. Grayscale: #646464. Windows color (decimal): -3464276 or 11281355. OLE color: 11281355.
HSL color Cylindrical-coordinate representation of color #CB23AC: hue angle of 311.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB23AC is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 172 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.20 |
| HSL | 311.07º | 0.71% | 0.47% | - |
| HSV(B) | 311.07º | 0.83% | 0.8% | - |
| XYZ | 32.68 | 16.88 | 40.57 | - |
| YUV | 100.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 172 | 0 | 0.83 | 0.15 | 0.20 | 311.07 | 0.71 | 0.47 |
| Hex | CB | 23 | AC | 0 | 53 | F | 14 | 137 | 47 | 2F |
| Octal | 313 | 43 | 254 | 0 | 123 | 17 | 24 | 467 | 107 | 57 |
| Binary | 11001011 | 100011 | 10101100 | 0 | 1010011 | 1111 | 10100 | 100110111 | 1000111 | 101111 |
Color Harmonies of #CB23AC
Complementary color
Monochromatic Colors of #CB23AC
Black with #CB23AC
Text Example
Text Example
White with #CB23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23AC; }
p { color: rgb(203,35,172); }
H1.HeaderClassName
{
color: #CB23AC;
}
.AnyTagClassName
{
color: #CB23AC;
}
</style>
background-color css
<style>
a { background-color: #CB23AC; }
a { background-color: rgb(203,35,172); }
div.DivClassName
{
background-color: #CB23AC;
}
.BgClassName
{
background-color: #CB23AC;
}
</style>
border-color css
<style>
span { border-color: #CB23AC; }
span { border-color: rgb(203,35,172); }
td.TdClassName
{
border-color: #CB23AC;
}
.TagClassName
{
border-color: #CB23AC;
}
</style>