#C55FA1

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

Shades of Hopbush #C55FA1

Tints of Hopbush #C55FA1

Color information

#C55FA1 (or 0xC55FA1) is unknown color: approx Hopbush. HEX triplet: C5, 5F and A1. RGB value is (197,95,161). Sum of RGB (Red+Green+Blue) = 197+95+161=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FA1 is #3AA05E. Grayscale: #848484. Windows color (decimal): -3842143 or 10575813. OLE color: 10575813.

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

Color convert

RGB19795161-
CMYK00.520.180.23
HSL321.18º46.79%57.25%-
HSV(B)321.18º51.78%77.25%-
XYZ33.5522.6336.32-
YUV133.02143.79173.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=43.49%
G=20.97%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979516100.520.180.23321.1846.7957.25
HexC55FA103412171412f39
Octal30513724106422275015771
Binary1100010110111111010000101101001001010111101000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FA1; }

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

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

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

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

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

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

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

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