Html Css Color HEX #C14D8D Mulberry

📋 copy color: '#C14D8D'

red 193 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #C14D8D

Tints of Mulberry #C14D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 46.96%
G = 18.73%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C14D8D (or 0xC14D8D) is known color: Mulberry. HEX triplet: C1, 4D and 8D. RGB value is (193,77,141). Sum of RGB (Red+Green+Blue) = 193+77+141=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D8D is #3EB272. Grayscale: #767676. Windows color (decimal): -4108915 or 9260481. OLE color: 9260481.

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

Color convert

RGB 193 77 141 -
CMYK 0 0.60 0.27 0.24
HSL 326.9º 0.48% 0.53% -
HSV(B) 326.9º 0.6% 0.76% -
XYZ 29.45 18.57 27.23 -
YUV 118.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 193 77 141 0 0.60 0.27 0.24 326.9 0.48 0.53
Hex C1 4D 8D 0 3C 1B 18 147 30 35
Octal 301 115 215 0 74 33 30 507 60 65
Binary 11000001 1001101 10001101 0 111100 11011 11000 101000111 110000 110101

Color Harmonies of #C14D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D8D

Black with #C14D8D

Text Example


Text Example

White with #C14D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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