Shades of Cosmic #8C4271
Tints of Cosmic #8C4271
RGB
CMYK
RGB Variations
Color information
#8C4271 (or 0x8C4271) is known color: Cosmic. HEX triplet: 8C, 42 and 71. RGB value is (140,66,113). Sum of RGB (Red+Green+Blue) = 140+66+113=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4271 is #73BD8E. Grayscale: #5D5D5D. Windows color (decimal): -7585167 or 7422604. OLE color: 7422604.
HSL color Cylindrical-coordinate representation of color #8C4271: hue angle of 321.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4271 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 113 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.45 |
| HSL | 321.89º | 0.36% | 0.4% | - |
| HSV(B) | 321.89º | 0.53% | 0.55% | - |
| XYZ | 15.74 | 10.66 | 16.85 | - |
| YUV | 93.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 113 | 0 | 0.53 | 0.19 | 0.45 | 321.89 | 0.36 | 0.4 |
| Hex | 8C | 42 | 71 | 0 | 35 | 13 | 2D | 142 | 24 | 28 |
| Octal | 214 | 102 | 161 | 0 | 65 | 23 | 55 | 502 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1110001 | 0 | 110101 | 10011 | 101101 | 101000010 | 100100 | 101000 |
Color Harmonies of #8C4271
Complementary color
Monochromatic Colors of #8C4271
Black with #8C4271
Text Example
Text Example
White with #8C4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4271; }
p { color: rgb(140,66,113); }
H1.HeaderClassName
{
color: #8C4271;
}
.AnyTagClassName
{
color: #8C4271;
}
</style>
background-color css
<style>
a { background-color: #8C4271; }
a { background-color: rgb(140,66,113); }
div.DivClassName
{
background-color: #8C4271;
}
.BgClassName
{
background-color: #8C4271;
}
</style>
border-color css
<style>
span { border-color: #8C4271; }
span { border-color: rgb(140,66,113); }
td.TdClassName
{
border-color: #8C4271;
}
.TagClassName
{
border-color: #8C4271;
}
</style>