#C55F8E

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

Shades of Hopbush #C55F8E

Tints of Hopbush #C55F8E

Color information

#C55F8E (or 0xC55F8E) is unknown color: approx Hopbush. HEX triplet: C5, 5F and 8E. RGB value is (197,95,142). Sum of RGB (Red+Green+Blue) = 197+95+142=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F8E is #3AA071. Grayscale: #828282. Windows color (decimal): -3842162 or 9330629. OLE color: 9330629.

HSL color Cylindrical-coordinate representation of color #C55F8E: hue angle of 332.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F8E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19795142-
CMYK00.520.280.23
HSL332.35º46.79%57.25%-
HSV(B)332.35º51.78%77.25%-
XYZ3222.0128.15-
YUV130.86134.29175.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=45.39%
G=21.89%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979514200.520.280.23332.3546.7957.25
HexC55F8E0341C1714c2f39
Octal30513721606434275145771
Binary1100010110111111000111001101001110010111101001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F8E; }

 p { color: rgb(197,95,142); }

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

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

 a { background-color: rgb(197,95,142); }

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

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

 span { border-color: rgb(197,95,142); }

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