Html Css Color HEX #C14EA2 Mulberry

📋 copy color: '#C14EA2'

red 193 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #C14EA2

Tints of Mulberry #C14EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.01%

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 44.57%
G = 18.01%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C14EA2 (or 0xC14EA2) is known color: Mulberry. HEX triplet: C1, 4E and A2. RGB value is (193,78,162). Sum of RGB (Red+Green+Blue) = 193+78+162=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA2 is #3EB15D. Grayscale: #797979. Windows color (decimal): -4108638 or 10636993. OLE color: 10636993.

HSL color Cylindrical-coordinate representation of color #C14EA2: hue angle of 316.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14EA2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 162 -
CMYK 0 0.60 0.16 0.24
HSL 316.17º 0.48% 0.53% -
HSV(B) 316.17º 0.6% 0.76% -
XYZ 31.24 19.39 36.28 -
YUV 121.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 193 78 162 0 0.60 0.16 0.24 316.17 0.48 0.53
Hex C1 4E A2 0 3C 10 18 13C 30 35
Octal 301 116 242 0 74 20 30 474 60 65
Binary 11000001 1001110 10100010 0 111100 10000 11000 100111100 110000 110101

Color Harmonies of #C14EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EA2

Black with #C14EA2

Text Example


Text Example

White with #C14EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EA2; }

 p { color: rgb(193,78,162); }

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

background-color css

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

 a { background-color: rgb(193,78,162); }

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

border-color css

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

 span { border-color: rgb(193,78,162); }

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