Html Css Color HEX #C361A1 Hopbush

📋 copy color: '#C361A1'

red 195 ◦ green 97 ◦ blue 161

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

Shades of Hopbush #C361A1

Tints of Hopbush #C361A1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 43.05%
G = 21.41%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C361A1 (or 0xC361A1) is known color: Hopbush. HEX triplet: C3, 61 and A1. RGB value is (195,97,161). Sum of RGB (Red+Green+Blue) = 195+97+161=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C361A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361A1 is #3C9E5E. Grayscale: #858585. Windows color (decimal): -3972703 or 10576323. OLE color: 10576323.

HSL color Cylindrical-coordinate representation of color #C361A1: hue angle of 320.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361A1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 161 -
CMYK 0 0.50 0.17 0.24
HSL 320.82º 0.45% 0.57% -
HSV(B) 320.82º 0.5% 0.76% -
XYZ 33.21 22.72 36.35 -
YUV 133.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 195 97 161 0 0.50 0.17 0.24 320.82 0.45 0.57
Hex C3 61 A1 0 32 11 18 141 2D 39
Octal 303 141 241 0 62 21 30 501 55 71
Binary 11000011 1100001 10100001 0 110010 10001 11000 101000001 101101 111001

Color Harmonies of #C361A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361A1

Black with #C361A1

Text Example


Text Example

White with #C361A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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