Html Css Color HEX #C14D9D Mulberry

📋 copy color: '#C14D9D'

red 193 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #C14D9D

Tints of Mulberry #C14D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 45.2%
G = 18.03%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C14D9D (or 0xC14D9D) is known color: Mulberry. HEX triplet: C1, 4D and 9D. RGB value is (193,77,157). Sum of RGB (Red+Green+Blue) = 193+77+157=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D9D is #3EB262. Grayscale: #787878. Windows color (decimal): -4108899 or 10309057. OLE color: 10309057.

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

Color convert

RGB 193 77 157 -
CMYK 0 0.60 0.19 0.24
HSL 318.62º 0.48% 0.53% -
HSV(B) 318.62º 0.6% 0.76% -
XYZ 30.73 19.08 33.96 -
YUV 120.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 193 77 157 0 0.60 0.19 0.24 318.62 0.48 0.53
Hex C1 4D 9D 0 3C 13 18 13F 30 35
Octal 301 115 235 0 74 23 30 477 60 65
Binary 11000001 1001101 10011101 0 111100 10011 11000 100111111 110000 110101

Color Harmonies of #C14D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D9D

Black with #C14D9D

Text Example


Text Example

White with #C14D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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