Shades of Medium Violet Red #CC269E
Tints of Medium Violet Red #CC269E
RGB
CMYK
RGB Variations
Color information
#CC269E (or 0xCC269E) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9E. RGB value is (204,38,158). Sum of RGB (Red+Green+Blue) = 204+38+158=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269E is #33D961. Grayscale: #646464. Windows color (decimal): -3397986 or 10364620. OLE color: 10364620.
HSL color Cylindrical-coordinate representation of color #CC269E: hue angle of 316.63º 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 #CC269E is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 158 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.2 |
| HSL | 316.63º | 0.69% | 0.47% | - |
| HSV(B) | 316.63º | 0.81% | 0.8% | - |
| XYZ | 31.77 | 16.69 | 33.9 | - |
| YUV | 101.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 158 | 0 | 0.81 | 0.23 | 0.2 | 316.63 | 0.69 | 0.47 |
| Hex | CC | 26 | 9E | 0 | 51 | 17 | 14 | 13D | 45 | 2F |
| Octal | 314 | 46 | 236 | 0 | 121 | 27 | 24 | 475 | 105 | 57 |
| Binary | 11001100 | 100110 | 10011110 | 0 | 1010001 | 10111 | 10100 | 100111101 | 1000101 | 101111 |
Color Harmonies of #CC269E
Complementary color
Monochromatic Colors of #CC269E
Black with #CC269E
Text Example
Text Example
White with #CC269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC269E; }
p { color: rgb(204,38,158); }
H1.HeaderClassName
{
color: #CC269E;
}
.AnyTagClassName
{
color: #CC269E;
}
</style>
background-color css
<style>
a { background-color: #CC269E; }
a { background-color: rgb(204,38,158); }
div.DivClassName
{
background-color: #CC269E;
}
.BgClassName
{
background-color: #CC269E;
}
</style>
border-color css
<style>
span { border-color: #CC269E; }
span { border-color: rgb(204,38,158); }
td.TdClassName
{
border-color: #CC269E;
}
.TagClassName
{
border-color: #CC269E;
}
</style>