#C55F9C

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

Shades of Hopbush #C55F9C

Tints of Hopbush #C55F9C

Color information

#C55F9C (or 0xC55F9C) is unknown color: approx Hopbush. HEX triplet: C5, 5F and 9C. RGB value is (197,95,156). Sum of RGB (Red+Green+Blue) = 197+95+156=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F9C is #3AA063. Grayscale: #848484. Windows color (decimal): -3842148 or 10248133. OLE color: 10248133.

HSL color Cylindrical-coordinate representation of color #C55F9C: hue angle of 324.12º 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 #C55F9C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB19795156-
CMYK00.520.210.23
HSL324.12º46.79%57.25%-
HSV(B)324.12º51.78%77.25%-
XYZ33.1222.4634.04-
YUV132.45141.29174.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=43.97%
G=21.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979515600.520.210.23324.1246.7957.25
HexC55F9C03415171442f39
Octal30513723406425275045771
Binary1100010110111111001110001101001010110111101000100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F9C; }

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

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

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

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

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

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

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

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