Shades of Medium Violet Red #CC268E
Tints of Medium Violet Red #CC268E
RGB
CMYK
RGB Variations
Color information
#CC268E (or 0xCC268E) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8E. RGB value is (204,38,142). Sum of RGB (Red+Green+Blue) = 204+38+142=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268E is #33D971. Grayscale: #636363. Windows color (decimal): -3398002 or 9316044. OLE color: 9316044.
HSL color Cylindrical-coordinate representation of color #CC268E: hue angle of 322.41º 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 #CC268E is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 142 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.2 |
| HSL | 322.41º | 0.69% | 0.47% | - |
| HSV(B) | 322.41º | 0.81% | 0.8% | - |
| XYZ | 30.48 | 16.18 | 27.11 | - |
| YUV | 99.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 142 | 0 | 0.81 | 0.30 | 0.2 | 322.41 | 0.69 | 0.47 |
| Hex | CC | 26 | 8E | 0 | 51 | 1E | 14 | 142 | 45 | 2F |
| Octal | 314 | 46 | 216 | 0 | 121 | 36 | 24 | 502 | 105 | 57 |
| Binary | 11001100 | 100110 | 10001110 | 0 | 1010001 | 11110 | 10100 | 101000010 | 1000101 | 101111 |
Color Harmonies of #CC268E
Complementary color
Monochromatic Colors of #CC268E
Black with #CC268E
Text Example
Text Example
White with #CC268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC268E; }
p { color: rgb(204,38,142); }
H1.HeaderClassName
{
color: #CC268E;
}
.AnyTagClassName
{
color: #CC268E;
}
</style>
background-color css
<style>
a { background-color: #CC268E; }
a { background-color: rgb(204,38,142); }
div.DivClassName
{
background-color: #CC268E;
}
.BgClassName
{
background-color: #CC268E;
}
</style>
border-color css
<style>
span { border-color: #CC268E; }
span { border-color: rgb(204,38,142); }
td.TdClassName
{
border-color: #CC268E;
}
.TagClassName
{
border-color: #CC268E;
}
</style>