Html Css Color HEX #C371AA Hopbush

📋 copy color: '#C371AA'

red 195 ◦ green 113 ◦ blue 170

#C371AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C371AA

Tints of Hopbush #C371AA

RGB

 RED value IS 195 (76.56% from 255) = 40.79%

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 40.79%
G = 23.64%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C371AA (or 0xC371AA) is known color: Hopbush. HEX triplet: C3, 71 and AA. RGB value is (195,113,170). Sum of RGB (Red+Green+Blue) = 195+113+170=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C371AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C371AA is #3C8E55. Grayscale: #8F8F8F. Windows color (decimal): -3968598 or 11170243. OLE color: 11170243.

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

Color convert

RGB 195 113 170 -
CMYK 0 0.42 0.13 0.24
HSL 318.29º 0.41% 0.6% -
HSV(B) 318.29º 0.42% 0.76% -
XYZ 35.67 26.31 41.23 -
YUV 144.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 195 113 170 0 0.42 0.13 0.24 318.29 0.41 0.6
Hex C3 71 AA 0 2A D 18 13E 29 3C
Octal 303 161 252 0 52 15 30 476 51 74
Binary 11000011 1110001 10101010 0 101010 1101 11000 100111110 101001 111100

Color Harmonies of #C371AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371AA

Black with #C371AA

Text Example


Text Example

White with #C371AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371AA; }

 p { color: rgb(195,113,170); }

 H1.HeaderClassName
 {
   color: #C371AA;
 }
 .AnyTagClassName
 {
   color: #C371AA;
 }
</style>

background-color css

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

 a { background-color: rgb(195,113,170); }

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

border-color css

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

 span { border-color: rgb(195,113,170); }

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