Html Css Color HEX #C14980 Mulberry

📋 copy color: '#C14980'

red 193 ◦ green 73 ◦ blue 128

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

Shades of Mulberry #C14980

Tints of Mulberry #C14980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 48.98%
G = 18.53%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14980 (or 0xC14980) is known color: Mulberry. HEX triplet: C1, 49 and 80. RGB value is (193,73,128). Sum of RGB (Red+Green+Blue) = 193+73+128=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14980 is #3EB67F. Grayscale: #737373. Windows color (decimal): -4109952 or 8407489. OLE color: 8407489.

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

Color convert

RGB 193 73 128 -
CMYK 0 0.62 0.34 0.24
HSL 332.5º 0.49% 0.52% -
HSV(B) 332.5º 0.62% 0.76% -
XYZ 28.27 17.66 22.34 -
YUV 115.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 193 73 128 0 0.62 0.34 0.24 332.5 0.49 0.52
Hex C1 49 80 0 3E 22 18 14C 31 34
Octal 301 111 200 0 76 42 30 514 61 64
Binary 11000001 1001001 10000000 0 111110 100010 11000 101001100 110001 110100

Color Harmonies of #C14980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14980

Black with #C14980

Text Example


Text Example

White with #C14980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14980; }

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

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

background-color css

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

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

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

border-color css

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

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

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