Html Css Color HEX #C14E9A Mulberry

📋 copy color: '#C14E9A'

red 193 ◦ green 78 ◦ blue 154

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

Shades of Mulberry #C14E9A

Tints of Mulberry #C14E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 45.41%
G = 18.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C14E9A (or 0xC14E9A) is known color: Mulberry. HEX triplet: C1, 4E and 9A. RGB value is (193,78,154). Sum of RGB (Red+Green+Blue) = 193+78+154=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E9A is #3EB165. Grayscale: #787878. Windows color (decimal): -4108646 or 10112705. OLE color: 10112705.

HSL color Cylindrical-coordinate representation of color #C14E9A: hue angle of 320.35º 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 #C14E9A is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 154 -
CMYK 0 0.60 0.20 0.24
HSL 320.35º 0.48% 0.53% -
HSV(B) 320.35º 0.6% 0.76% -
XYZ 30.55 19.12 32.65 -
YUV 121.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 193 78 154 0 0.60 0.20 0.24 320.35 0.48 0.53
Hex C1 4E 9A 0 3C 14 18 140 30 35
Octal 301 116 232 0 74 24 30 500 60 65
Binary 11000001 1001110 10011010 0 111100 10100 11000 101000000 110000 110101

Color Harmonies of #C14E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E9A

Black with #C14E9A

Text Example


Text Example

White with #C14E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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