Html Css Color HEX #C14791 Mulberry

📋 copy color: '#C14791'

red 193 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #C14791

Tints of Mulberry #C14791

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 47.19%
G = 17.36%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C14791 (or 0xC14791) is known color: Mulberry. HEX triplet: C1, 47 and 91. RGB value is (193,71,145). Sum of RGB (Red+Green+Blue) = 193+71+145=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14791 is #3EB86E. Grayscale: #737373. Windows color (decimal): -4110447 or 9521089. OLE color: 9521089.

HSL color Cylindrical-coordinate representation of color #C14791: hue angle of 323.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14791 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 145 -
CMYK 0 0.63 0.25 0.24
HSL 323.61º 0.5% 0.52% -
HSV(B) 323.61º 0.63% 0.76% -
XYZ 29.36 17.89 28.69 -
YUV 115.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 193 71 145 0 0.63 0.25 0.24 323.61 0.5 0.52
Hex C1 47 91 0 3F 19 18 144 32 34
Octal 301 107 221 0 77 31 30 504 62 64
Binary 11000001 1000111 10010001 0 111111 11001 11000 101000100 110010 110100

Color Harmonies of #C14791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14791

Black with #C14791

Text Example


Text Example

White with #C14791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14791; }

 p { color: rgb(193,71,145); }

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

background-color css

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

 a { background-color: rgb(193,71,145); }

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

border-color css

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

 span { border-color: rgb(193,71,145); }

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