#C272A7

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

Shades of Hopbush #C272A7

Tints of Hopbush #C272A7

Color information

#C272A7 (or 0xC272A7) is unknown color: approx Hopbush. HEX triplet: C2, 72 and A7. RGB value is (194,114,167). Sum of RGB (Red+Green+Blue) = 194+114+167=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C272A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272A7 is #3D8D58. Grayscale: #8F8F8F. Windows color (decimal): -4033881 or 10973890. OLE color: 10973890.

HSL color Cylindrical-coordinate representation of color #C272A7: hue angle of 320.25º 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 #C272A7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194114167-
CMYK00.410.140.24
HSL320.25º39.6%60.39%-
HSV(B)320.25º41.24%76.08%-
XYZ35.2426.2939.78-
YUV143.96141163.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=40.84%
G=24%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411416700.410.140.24320.2539.660.39
HexC272A7029E18140283c
Octal30216224705116305005074
Binary110000101110010101001110101001111011000101000000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272A7; }

 p { color: rgb(194,114,167); }

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

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

 a { background-color: rgb(194,114,167); }

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

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

 span { border-color: rgb(194,114,167); }

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