Html Css Color HEX #C061A1 Hopbush

📋 copy color: '#C061A1'

red 192 ◦ green 97 ◦ blue 161

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

Shades of Hopbush #C061A1

Tints of Hopbush #C061A1

RGB

 RED value IS 192 (75.39% from 255) = 42.67%

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

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

R = 42.67%
G = 21.56%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C061A1 (or 0xC061A1) is known color: Hopbush. HEX triplet: C0, 61 and A1. RGB value is (192,97,161). Sum of RGB (Red+Green+Blue) = 192+97+161=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A1 is #3F9E5E. Grayscale: #848484. Windows color (decimal): -4169311 or 10576320. OLE color: 10576320.

HSL color Cylindrical-coordinate representation of color #C061A1: hue angle of 319.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061A1 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 161 -
CMYK 0 0.49 0.16 0.25
HSL 319.58º 0.43% 0.57% -
HSV(B) 319.58º 0.49% 0.75% -
XYZ 32.45 22.33 36.32 -
YUV 132.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 192 97 161 0 0.49 0.16 0.25 319.58 0.43 0.57
Hex C0 61 A1 0 31 10 19 140 2B 39
Octal 300 141 241 0 61 20 31 500 53 71
Binary 11000000 1100001 10100001 0 110001 10000 11001 101000000 101011 111001

Color Harmonies of #C061A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061A1

Black with #C061A1

Text Example


Text Example

White with #C061A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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