Html Css Color HEX #C14196 Mulberry

📋 copy color: '#C14196'

red 193 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #C14196

Tints of Mulberry #C14196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 47.3%
G = 15.93%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14196 (or 0xC14196) is known color: Mulberry. HEX triplet: C1, 41 and 96. RGB value is (193,65,150). Sum of RGB (Red+Green+Blue) = 193+65+150=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14196 is #3EBE69. Grayscale: #707070. Windows color (decimal): -4111978 or 9847233. OLE color: 9847233.

HSL color Cylindrical-coordinate representation of color #C14196: hue angle of 320.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14196 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 150 -
CMYK 0 0.66 0.22 0.24
HSL 320.16º 0.51% 0.51% -
HSV(B) 320.16º 0.66% 0.76% -
XYZ 29.39 17.32 30.65 -
YUV 112.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 193 65 150 0 0.66 0.22 0.24 320.16 0.51 0.51
Hex C1 41 96 0 42 16 18 140 33 33
Octal 301 101 226 0 102 26 30 500 63 63
Binary 11000001 1000001 10010110 0 1000010 10110 11000 101000000 110011 110011

Color Harmonies of #C14196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14196

Black with #C14196

Text Example


Text Example

White with #C14196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14196; }

 p { color: rgb(193,65,150); }

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

background-color css

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

 a { background-color: rgb(193,65,150); }

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

border-color css

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

 span { border-color: rgb(193,65,150); }

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