Shades of East Side #C081CC
Tints of East Side #C081CC
RGB
CMYK
RGB Variations
Color information
#C081CC (or 0xC081CC) is known color: East Side. HEX triplet: C0, 81 and CC. RGB value is (192,129,204). Sum of RGB (Red+Green+Blue) = 192+129+204=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C081CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081CC is #3F7E33. Grayscale: #9C9C9C. Windows color (decimal): -4161076 or 13402560. OLE color: 13402560.
HSL color Cylindrical-coordinate representation of color #C081CC: hue angle of 290.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C081CC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 129 | 204 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.2 |
| HSL | 290.4º | 0.42% | 0.65% | - |
| HSV(B) | 290.4º | 0.37% | 0.8% | - |
| XYZ | 40.49 | 31.27 | 61.03 | - |
| YUV | 156.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 204 | 0.06 | 0.37 | 0 | 0.2 | 290.4 | 0.42 | 0.65 |
| Hex | C0 | 81 | CC | 6 | 25 | 0 | 14 | 122 | 2A | 41 |
| Octal | 300 | 201 | 314 | 6 | 45 | 0 | 24 | 442 | 52 | 101 |
| Binary | 11000000 | 10000001 | 11001100 | 110 | 100101 | 0 | 10100 | 100100010 | 101010 | 1000001 |
Color Harmonies of #C081CC
Complementary color
Monochromatic Colors of #C081CC
Black with #C081CC
Text Example
Text Example
White with #C081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081CC; }
p { color: rgb(192,129,204); }
H1.HeaderClassName
{
color: #C081CC;
}
.AnyTagClassName
{
color: #C081CC;
}
</style>
background-color css
<style>
a { background-color: #C081CC; }
a { background-color: rgb(192,129,204); }
div.DivClassName
{
background-color: #C081CC;
}
.BgClassName
{
background-color: #C081CC;
}
</style>
border-color css
<style>
span { border-color: #C081CC; }
span { border-color: rgb(192,129,204); }
td.TdClassName
{
border-color: #C081CC;
}
.TagClassName
{
border-color: #C081CC;
}
</style>