Shades of Medium Red Violet #CB308F
Tints of Medium Red Violet #CB308F
RGB
CMYK
RGB Variations
Color information
#CB308F (or 0xCB308F) is known color: Medium Red Violet. HEX triplet: CB, 30 and 8F. RGB value is (203,48,143). Sum of RGB (Red+Green+Blue) = 203+48+143=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB308F is #34CF70. Grayscale: #686868. Windows color (decimal): -3460977 or 9384139. OLE color: 9384139.
HSL color Cylindrical-coordinate representation of color #CB308F: hue angle of 323.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB308F is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 143 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.20 |
| HSL | 323.23º | 0.62% | 0.49% | - |
| HSV(B) | 323.23º | 0.76% | 0.8% | - |
| XYZ | 30.64 | 16.79 | 27.61 | - |
| YUV | 105.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 143 | 0 | 0.76 | 0.30 | 0.20 | 323.23 | 0.62 | 0.49 |
| Hex | CB | 30 | 8F | 0 | 4C | 1E | 14 | 143 | 3E | 31 |
| Octal | 313 | 60 | 217 | 0 | 114 | 36 | 24 | 503 | 76 | 61 |
| Binary | 11001011 | 110000 | 10001111 | 0 | 1001100 | 11110 | 10100 | 101000011 | 111110 | 110001 |
Color Harmonies of #CB308F
Complementary color
Monochromatic Colors of #CB308F
Black with #CB308F
Text Example
Text Example
White with #CB308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB308F; }
p { color: rgb(203,48,143); }
H1.HeaderClassName
{
color: #CB308F;
}
.AnyTagClassName
{
color: #CB308F;
}
</style>
background-color css
<style>
a { background-color: #CB308F; }
a { background-color: rgb(203,48,143); }
div.DivClassName
{
background-color: #CB308F;
}
.BgClassName
{
background-color: #CB308F;
}
</style>
border-color css
<style>
span { border-color: #CB308F; }
span { border-color: rgb(203,48,143); }
td.TdClassName
{
border-color: #CB308F;
}
.TagClassName
{
border-color: #CB308F;
}
</style>