#c370a1

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

Shades of Hopbush #C370A1

Tints of Hopbush #C370A1

Color information

#C370A1 (or 0xC370A1) is unknown color: approx Hopbush. HEX triplet: C3, 70 and A1. RGB value is (195,112,161). Sum of RGB (Red+Green+Blue) = 195+112+161=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A1 is #3C8F5E. Grayscale: #8E8E8E. Windows color (decimal): -3968863 or 10580163. OLE color: 10580163.

HSL color Cylindrical-coordinate representation of color #C370A1: hue angle of 324.58º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370A1 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB195112161-
CMYK00.430.170.24
HSL324.58º40.89%60.2%-
HSV(B)324.58º42.56%76.47%-
XYZ34.7325.7636.86-
YUV142.4138.5165.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=41.67%
G=23.93%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511216100.430.170.24324.5840.8960.2
HexC370A102B1118145293c
Octal30316024105321305055174
Binary1100001111100001010000101010111000111000101000101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c370a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c370a1; }

 p { color: rgb(195,112,161); }

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

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

 a { background-color: rgb(195,112,161); }

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

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

 span { border-color: rgb(195,112,161); }

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