Shades of Hopbush #C272A2
Tints of Hopbush #C272A2
RGB
CMYK
RGB Variations
Color information
#C272A2 (or 0xC272A2) is known color: Hopbush. HEX triplet: C2, 72 and A2. RGB value is (194,114,162). Sum of RGB (Red+Green+Blue) = 194+114+162=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C272A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272A2 is #3D8D5D. Grayscale: #8F8F8F. Windows color (decimal): -4033886 or 10646210. OLE color: 10646210.
HSL color Cylindrical-coordinate representation of color #C272A2: hue angle of 324º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C272A2 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 162 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.24 |
| HSL | 324º | 0.4% | 0.6% | - |
| HSV(B) | 324º | 0.41% | 0.76% | - |
| XYZ | 34.79 | 26.11 | 37.39 | - |
| YUV | 143.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 162 | 0 | 0.41 | 0.16 | 0.24 | 324 | 0.4 | 0.6 |
| Hex | C2 | 72 | A2 | 0 | 29 | 10 | 18 | 144 | 28 | 3C |
| Octal | 302 | 162 | 242 | 0 | 51 | 20 | 30 | 504 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10100010 | 0 | 101001 | 10000 | 11000 | 101000100 | 101000 | 111100 |
Color Harmonies of #C272A2
Complementary color
Monochromatic Colors of #C272A2
Black with #C272A2
Text Example
Text Example
White with #C272A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272A2; }
p { color: rgb(194,114,162); }
H1.HeaderClassName
{
color: #C272A2;
}
.AnyTagClassName
{
color: #C272A2;
}
</style>
background-color css
<style>
a { background-color: #C272A2; }
a { background-color: rgb(194,114,162); }
div.DivClassName
{
background-color: #C272A2;
}
.BgClassName
{
background-color: #C272A2;
}
</style>
border-color css
<style>
span { border-color: #C272A2; }
span { border-color: rgb(194,114,162); }
td.TdClassName
{
border-color: #C272A2;
}
.TagClassName
{
border-color: #C272A2;
}
</style>