Shades of Medium Violet Red #CB247B
Tints of Medium Violet Red #CB247B
RGB
CMYK
RGB Variations
Color information
#CB247B (or 0xCB247B) is known color: Medium Violet Red. HEX triplet: CB, 24 and 7B. RGB value is (203,36,123). Sum of RGB (Red+Green+Blue) = 203+36+123=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB247B is #34DB84. Grayscale: #5F5F5F. Windows color (decimal): -3464069 or 8070347. OLE color: 8070347.
HSL color Cylindrical-coordinate representation of color #CB247B: hue angle of 328.74º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB247B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 123 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.20 |
| HSL | 328.74º | 0.7% | 0.47% | - |
| HSV(B) | 328.74º | 0.82% | 0.8% | - |
| XYZ | 28.83 | 15.39 | 20.19 | - |
| YUV | 95.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 123 | 0 | 0.82 | 0.39 | 0.20 | 328.74 | 0.7 | 0.47 |
| Hex | CB | 24 | 7B | 0 | 52 | 27 | 14 | 149 | 46 | 2F |
| Octal | 313 | 44 | 173 | 0 | 122 | 47 | 24 | 511 | 106 | 57 |
| Binary | 11001011 | 100100 | 1111011 | 0 | 1010010 | 100111 | 10100 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CB247B
Complementary color
Monochromatic Colors of #CB247B
Black with #CB247B
Text Example
Text Example
White with #CB247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB247B; }
p { color: rgb(203,36,123); }
H1.HeaderClassName
{
color: #CB247B;
}
.AnyTagClassName
{
color: #CB247B;
}
</style>
background-color css
<style>
a { background-color: #CB247B; }
a { background-color: rgb(203,36,123); }
div.DivClassName
{
background-color: #CB247B;
}
.BgClassName
{
background-color: #CB247B;
}
</style>
border-color css
<style>
span { border-color: #CB247B; }
span { border-color: rgb(203,36,123); }
td.TdClassName
{
border-color: #CB247B;
}
.TagClassName
{
border-color: #CB247B;
}
</style>