Html Css Color HEX #C14C80 Mulberry

📋 copy color: '#C14C80'

red 193 ◦ green 76 ◦ blue 128

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

Shades of Mulberry #C14C80

Tints of Mulberry #C14C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 48.61%
G = 19.14%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14C80 (or 0xC14C80) is known color: Mulberry. HEX triplet: C1, 4C and 80. RGB value is (193,76,128). Sum of RGB (Red+Green+Blue) = 193+76+128=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C80 is #3EB37F. Grayscale: #747474. Windows color (decimal): -4109184 or 8408257. OLE color: 8408257.

HSL color Cylindrical-coordinate representation of color #C14C80: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C80 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 128 -
CMYK 0 0.61 0.34 0.24
HSL 333.33º 0.49% 0.53% -
HSV(B) 333.33º 0.61% 0.76% -
XYZ 28.47 18.06 22.41 -
YUV 116.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 193 76 128 0 0.61 0.34 0.24 333.33 0.49 0.53
Hex C1 4C 80 0 3D 22 18 14D 31 35
Octal 301 114 200 0 75 42 30 515 61 65
Binary 11000001 1001100 10000000 0 111101 100010 11000 101001101 110001 110101

Color Harmonies of #C14C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C80

Black with #C14C80

Text Example


Text Example

White with #C14C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C80; }

 p { color: rgb(193,76,128); }

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

background-color css

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

 a { background-color: rgb(193,76,128); }

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

border-color css

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

 span { border-color: rgb(193,76,128); }

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