Shades of Maverick #CC9EC1
Tints of Maverick #CC9EC1
RGB
CMYK
RGB Variations
Color information
#CC9EC1 (or 0xCC9EC1) is known color: Maverick. HEX triplet: CC, 9E and C1. RGB value is (204,158,193). Sum of RGB (Red+Green+Blue) = 204+158+193=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EC1 is #33613E. Grayscale: #AFAFAF. Windows color (decimal): -3367231 or 12689100. OLE color: 12689100.
HSL color Cylindrical-coordinate representation of color #CC9EC1: hue angle of 314.35º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EC1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 193 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.2 |
| HSL | 314.35º | 0.31% | 0.71% | - |
| HSV(B) | 314.35º | 0.23% | 0.8% | - |
| XYZ | 46.75 | 41.14 | 55.93 | - |
| YUV | 175.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 193 | 0 | 0.23 | 0.05 | 0.2 | 314.35 | 0.31 | 0.71 |
| Hex | CC | 9E | C1 | 0 | 17 | 5 | 14 | 13A | 1F | 47 |
| Octal | 314 | 236 | 301 | 0 | 27 | 5 | 24 | 472 | 37 | 107 |
| Binary | 11001100 | 10011110 | 11000001 | 0 | 10111 | 101 | 10100 | 100111010 | 11111 | 1000111 |
Color Harmonies of #CC9EC1
Complementary color
Monochromatic Colors of #CC9EC1
Black with #CC9EC1
Text Example
Text Example
White with #CC9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9EC1; }
p { color: rgb(204,158,193); }
H1.HeaderClassName
{
color: #CC9EC1;
}
.AnyTagClassName
{
color: #CC9EC1;
}
</style>
background-color css
<style>
a { background-color: #CC9EC1; }
a { background-color: rgb(204,158,193); }
div.DivClassName
{
background-color: #CC9EC1;
}
.BgClassName
{
background-color: #CC9EC1;
}
</style>
border-color css
<style>
span { border-color: #CC9EC1; }
span { border-color: rgb(204,158,193); }
td.TdClassName
{
border-color: #CC9EC1;
}
.TagClassName
{
border-color: #CC9EC1;
}
</style>