Shades of Medium Violet Red #CC269B
Tints of Medium Violet Red #CC269B
RGB
CMYK
RGB Variations
Color information
#CC269B (or 0xCC269B) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9B. RGB value is (204,38,155). Sum of RGB (Red+Green+Blue) = 204+38+155=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269B is #33D964. Grayscale: #646464. Windows color (decimal): -3397989 or 10168012. OLE color: 10168012.
HSL color Cylindrical-coordinate representation of color #CC269B: hue angle of 317.71º 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 #CC269B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 155 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.2 |
| HSL | 317.71º | 0.69% | 0.47% | - |
| HSV(B) | 317.71º | 0.81% | 0.8% | - |
| XYZ | 31.51 | 16.59 | 32.55 | - |
| YUV | 100.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 155 | 0 | 0.81 | 0.24 | 0.2 | 317.71 | 0.69 | 0.47 |
| Hex | CC | 26 | 9B | 0 | 51 | 18 | 14 | 13E | 45 | 2F |
| Octal | 314 | 46 | 233 | 0 | 121 | 30 | 24 | 476 | 105 | 57 |
| Binary | 11001100 | 100110 | 10011011 | 0 | 1010001 | 11000 | 10100 | 100111110 | 1000101 | 101111 |
Color Harmonies of #CC269B
Complementary color
Monochromatic Colors of #CC269B
Black with #CC269B
Text Example
Text Example
White with #CC269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC269B; }
p { color: rgb(204,38,155); }
H1.HeaderClassName
{
color: #CC269B;
}
.AnyTagClassName
{
color: #CC269B;
}
</style>
background-color css
<style>
a { background-color: #CC269B; }
a { background-color: rgb(204,38,155); }
div.DivClassName
{
background-color: #CC269B;
}
.BgClassName
{
background-color: #CC269B;
}
</style>
border-color css
<style>
span { border-color: #CC269B; }
span { border-color: rgb(204,38,155); }
td.TdClassName
{
border-color: #CC269B;
}
.TagClassName
{
border-color: #CC269B;
}
</style>