Html Css Color HEX #C14DA0 Mulberry

📋 copy color: '#C14DA0'

red 193 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #C14DA0

Tints of Mulberry #C14DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 160 (62.89% from 255) = 37.21%

R = 44.88%
G = 17.91%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C14DA0 (or 0xC14DA0) is known color: Mulberry. HEX triplet: C1, 4D and A0. RGB value is (193,77,160). Sum of RGB (Red+Green+Blue) = 193+77+160=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DA0 is #3EB25F. Grayscale: #787878. Windows color (decimal): -4108896 or 10505665. OLE color: 10505665.

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

Color convert

RGB 193 77 160 -
CMYK 0 0.60 0.17 0.24
HSL 317.07º 0.48% 0.53% -
HSV(B) 317.07º 0.6% 0.76% -
XYZ 30.99 19.18 35.33 -
YUV 121.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 193 77 160 0 0.60 0.17 0.24 317.07 0.48 0.53
Hex C1 4D A0 0 3C 11 18 13D 30 35
Octal 301 115 240 0 74 21 30 475 60 65
Binary 11000001 1001101 10100000 0 111100 10001 11000 100111101 110000 110101

Color Harmonies of #C14DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DA0

Black with #C14DA0

Text Example


Text Example

White with #C14DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DA0; }

 p { color: rgb(193,77,160); }

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

background-color css

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

 a { background-color: rgb(193,77,160); }

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

border-color css

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

 span { border-color: rgb(193,77,160); }

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