Html Css Color HEX #C14589 Mulberry

📋 copy color: '#C14589'

red 193 ◦ green 69 ◦ blue 137

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

Shades of Mulberry #C14589

Tints of Mulberry #C14589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 48.37%
G = 17.29%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C14589 (or 0xC14589) is known color: Mulberry. HEX triplet: C1, 45 and 89. RGB value is (193,69,137). Sum of RGB (Red+Green+Blue) = 193+69+137=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14589 is #3EBA76. Grayscale: #717171. Windows color (decimal): -4110967 or 8996289. OLE color: 8996289.

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

Color convert

RGB 193 69 137 -
CMYK 0 0.64 0.29 0.24
HSL 327.1º 0.5% 0.51% -
HSV(B) 327.1º 0.64% 0.76% -
XYZ 28.64 17.4 25.52 -
YUV 113.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 193 69 137 0 0.64 0.29 0.24 327.1 0.5 0.51
Hex C1 45 89 0 40 1D 18 147 32 33
Octal 301 105 211 0 100 35 30 507 62 63
Binary 11000001 1000101 10001001 0 1000000 11101 11000 101000111 110010 110011

Color Harmonies of #C14589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14589

Black with #C14589

Text Example


Text Example

White with #C14589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14589; }

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

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

background-color css

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

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

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

border-color css

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

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

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