Shades of Medium Violet Red #CC268D
Tints of Medium Violet Red #CC268D
RGB
CMYK
RGB Variations
Color information
#CC268D (or 0xCC268D) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8D. RGB value is (204,38,141). Sum of RGB (Red+Green+Blue) = 204+38+141=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268D is #33D972. Grayscale: #636363. Windows color (decimal): -3398003 or 9250508. OLE color: 9250508.
HSL color Cylindrical-coordinate representation of color #CC268D: hue angle of 322.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC268D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 141 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.2 |
| HSL | 322.77º | 0.69% | 0.47% | - |
| HSV(B) | 322.77º | 0.81% | 0.8% | - |
| XYZ | 30.4 | 16.15 | 26.71 | - |
| YUV | 99.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 141 | 0 | 0.81 | 0.31 | 0.2 | 322.77 | 0.69 | 0.47 |
| Hex | CC | 26 | 8D | 0 | 51 | 1F | 14 | 143 | 45 | 2F |
| Octal | 314 | 46 | 215 | 0 | 121 | 37 | 24 | 503 | 105 | 57 |
| Binary | 11001100 | 100110 | 10001101 | 0 | 1010001 | 11111 | 10100 | 101000011 | 1000101 | 101111 |
Color Harmonies of #CC268D
Complementary color
Monochromatic Colors of #CC268D
Black with #CC268D
Text Example
Text Example
White with #CC268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC268D; }
p { color: rgb(204,38,141); }
H1.HeaderClassName
{
color: #CC268D;
}
.AnyTagClassName
{
color: #CC268D;
}
</style>
background-color css
<style>
a { background-color: #CC268D; }
a { background-color: rgb(204,38,141); }
div.DivClassName
{
background-color: #CC268D;
}
.BgClassName
{
background-color: #CC268D;
}
</style>
border-color css
<style>
span { border-color: #CC268D; }
span { border-color: rgb(204,38,141); }
td.TdClassName
{
border-color: #CC268D;
}
.TagClassName
{
border-color: #CC268D;
}
</style>