Shades of Medium Red Violet #CB328F
Tints of Medium Red Violet #CB328F
RGB
CMYK
RGB Variations
Color information
#CB328F (or 0xCB328F) is known color: Medium Red Violet. HEX triplet: CB, 32 and 8F. RGB value is (203,50,143). Sum of RGB (Red+Green+Blue) = 203+50+143=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB328F is #34CD70. Grayscale: #6A6A6A. Windows color (decimal): -3460465 or 9384651. OLE color: 9384651.
HSL color Cylindrical-coordinate representation of color #CB328F: hue angle of 323.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB328F is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 143 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.20 |
| HSL | 323.53º | 0.6% | 0.5% | - |
| HSV(B) | 323.53º | 0.75% | 0.8% | - |
| XYZ | 30.73 | 16.96 | 27.64 | - |
| YUV | 106.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 143 | 0 | 0.75 | 0.30 | 0.20 | 323.53 | 0.6 | 0.5 |
| Hex | CB | 32 | 8F | 0 | 4B | 1E | 14 | 144 | 3C | 32 |
| Octal | 313 | 62 | 217 | 0 | 113 | 36 | 24 | 504 | 74 | 62 |
| Binary | 11001011 | 110010 | 10001111 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CB328F
Complementary color
Monochromatic Colors of #CB328F
Black with #CB328F
Text Example
Text Example
White with #CB328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB328F; }
p { color: rgb(203,50,143); }
H1.HeaderClassName
{
color: #CB328F;
}
.AnyTagClassName
{
color: #CB328F;
}
</style>
background-color css
<style>
a { background-color: #CB328F; }
a { background-color: rgb(203,50,143); }
div.DivClassName
{
background-color: #CB328F;
}
.BgClassName
{
background-color: #CB328F;
}
</style>
border-color css
<style>
span { border-color: #CB328F; }
span { border-color: rgb(203,50,143); }
td.TdClassName
{
border-color: #CB328F;
}
.TagClassName
{
border-color: #CB328F;
}
</style>