#C2619E

Color #C2619E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C2619E

Tints of Hopbush #C2619E

Color information

#C2619E (or 0xC2619E) is unknown color: approx Hopbush. HEX triplet: C2, 61 and 9E. RGB value is (194,97,158). Sum of RGB (Red+Green+Blue) = 194+97+158=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2619E is #3D9E61. Grayscale: #848484. Windows color (decimal): -4038242 or 10379714. OLE color: 10379714.

HSL color Cylindrical-coordinate representation of color #C2619E: hue angle of 322.27º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2619E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19497158-
CMYK00.500.190.24
HSL322.27º44.29%57.06%-
HSV(B)322.27º50%76.08%-
XYZ32.6922.4934.97-
YUV132.96142.14171.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=43.21%
G=21.60%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949715800.500.190.24322.2744.2957.06
HexC2619E03213181422c39
Octal30214123606223305025471
Binary1100001011000011001111001100101001111000101000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2619E; }

 p { color: rgb(194,97,158); }

 H1.HeaderClassName
 {
   color: #C2619E;
 }
 .AnyTagClassName
 {
   color: #C2619E;
 }
</style>
background-color css

<style>
 a { background-color: #C2619E; }

 a { background-color: rgb(194,97,158); }

 div.DivClassName
 {
   background-color: #C2619E;
 }
 .BgClassName
 {
   background-color: #C2619E;
 }
</style>
border-color css

<style>
 span { border-color: #C2619E; }

 span { border-color: rgb(194,97,158); }

 td.TdClassName
 {
   border-color: #C2619E;
 }
 .TagClassName
 {
   border-color: #C2619E;
 }
</style>