#C272A1

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

Shades of Hopbush #C272A1

Tints of Hopbush #C272A1

Color information

#C272A1 (or 0xC272A1) is unknown color: approx Hopbush. HEX triplet: C2, 72 and A1. RGB value is (194,114,161). Sum of RGB (Red+Green+Blue) = 194+114+161=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C272A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272A1 is #3D8D5E. Grayscale: #8F8F8F. Windows color (decimal): -4033887 or 10580674. OLE color: 10580674.

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

Color convert

RGB194114161-
CMYK00.410.170.24
HSL324.75º39.6%60.39%-
HSV(B)324.75º41.24%76.08%-
XYZ34.726.0836.92-
YUV143.28138164.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=41.36%
G=24.31%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411416100.410.170.24324.7539.660.39
HexC272A10291118145283c
Octal30216224105121305055074
Binary1100001011100101010000101010011000111000101000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272A1; }

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

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

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

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

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

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

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

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