Shades of Medium Violet Red #CC237B
Tints of Medium Violet Red #CC237B
RGB
CMYK
RGB Variations
Color information
#CC237B (or 0xCC237B) is known color: Medium Violet Red. HEX triplet: CC, 23 and 7B. RGB value is (204,35,123). Sum of RGB (Red+Green+Blue) = 204+35+123=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC237B is #33DC84. Grayscale: #5F5F5F. Windows color (decimal): -3398789 or 8070092. OLE color: 8070092.
HSL color Cylindrical-coordinate representation of color #CC237B: hue angle of 328.76º 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 #CC237B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.2 |
| HSL | 328.76º | 0.71% | 0.47% | - |
| HSV(B) | 328.76º | 0.83% | 0.8% | - |
| XYZ | 29.08 | 15.47 | 20.19 | - |
| YUV | 95.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 123 | 0 | 0.83 | 0.40 | 0.2 | 328.76 | 0.71 | 0.47 |
| Hex | CC | 23 | 7B | 0 | 53 | 28 | 14 | 149 | 47 | 2F |
| Octal | 314 | 43 | 173 | 0 | 123 | 50 | 24 | 511 | 107 | 57 |
| Binary | 11001100 | 100011 | 1111011 | 0 | 1010011 | 101000 | 10100 | 101001001 | 1000111 | 101111 |
Color Harmonies of #CC237B
Complementary color
Monochromatic Colors of #CC237B
Black with #CC237B
Text Example
Text Example
White with #CC237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC237B; }
p { color: rgb(204,35,123); }
H1.HeaderClassName
{
color: #CC237B;
}
.AnyTagClassName
{
color: #CC237B;
}
</style>
background-color css
<style>
a { background-color: #CC237B; }
a { background-color: rgb(204,35,123); }
div.DivClassName
{
background-color: #CC237B;
}
.BgClassName
{
background-color: #CC237B;
}
</style>
border-color css
<style>
span { border-color: #CC237B; }
span { border-color: rgb(204,35,123); }
td.TdClassName
{
border-color: #CC237B;
}
.TagClassName
{
border-color: #CC237B;
}
</style>