Html Css Color HEX #C14580 Mulberry

📋 copy color: '#C14580'

red 193 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C14580

Tints of Mulberry #C14580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

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

R = 49.49%
G = 17.69%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C14580 (or 0xC14580) is known color: Mulberry. HEX triplet: C1, 45 and 80. RGB value is (193,69,128). Sum of RGB (Red+Green+Blue) = 193+69+128=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C14580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14580 is #3EBA7F. Grayscale: #707070. Windows color (decimal): -4110976 or 8406465. OLE color: 8406465.

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

Color convert

RGB 193 69 128 -
CMYK 0 0.64 0.34 0.24
HSL 331.45º 0.5% 0.51% -
HSV(B) 331.45º 0.64% 0.76% -
XYZ 28.02 17.15 22.26 -
YUV 112.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 193 69 128 0 0.64 0.34 0.24 331.45 0.5 0.51
Hex C1 45 80 0 40 22 18 14B 32 33
Octal 301 105 200 0 100 42 30 513 62 63
Binary 11000001 1000101 10000000 0 1000000 100010 11000 101001011 110010 110011

Color Harmonies of #C14580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14580

Black with #C14580

Text Example


Text Example

White with #C14580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14580; }

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

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

background-color css

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

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

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

border-color css

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

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

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