Html Css Color HEX #C14D83 Mulberry

📋 copy color: '#C14D83'

red 193 ◦ green 77 ◦ blue 131

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

Shades of Mulberry #C14D83

Tints of Mulberry #C14D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 48.13%
G = 19.2%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C14D83 (or 0xC14D83) is known color: Mulberry. HEX triplet: C1, 4D and 83. RGB value is (193,77,131). Sum of RGB (Red+Green+Blue) = 193+77+131=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D83 is #3EB27C. Grayscale: #757575. Windows color (decimal): -4108925 or 8605121. OLE color: 8605121.

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

Color convert

RGB 193 77 131 -
CMYK 0 0.60 0.32 0.24
HSL 332.07º 0.48% 0.53% -
HSV(B) 332.07º 0.6% 0.76% -
XYZ 28.74 18.28 23.49 -
YUV 117.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 193 77 131 0 0.60 0.32 0.24 332.07 0.48 0.53
Hex C1 4D 83 0 3C 20 18 14C 30 35
Octal 301 115 203 0 74 40 30 514 60 65
Binary 11000001 1001101 10000011 0 111100 100000 11000 101001100 110000 110101

Color Harmonies of #C14D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D83

Black with #C14D83

Text Example


Text Example

White with #C14D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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