Html Css Color HEX #C14588 Mulberry

📋 copy color: '#C14588'

red 193 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #C14588

Tints of Mulberry #C14588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 48.49%
G = 17.34%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C14588 (or 0xC14588) is known color: Mulberry. HEX triplet: C1, 45 and 88. RGB value is (193,69,136). Sum of RGB (Red+Green+Blue) = 193+69+136=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C14588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14588 is #3EBA77. Grayscale: #717171. Windows color (decimal): -4110968 or 8930753. OLE color: 8930753.

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

Color convert

RGB 193 69 136 -
CMYK 0 0.64 0.30 0.24
HSL 327.58º 0.5% 0.51% -
HSV(B) 327.58º 0.64% 0.76% -
XYZ 28.56 17.37 25.14 -
YUV 113.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 193 69 136 0 0.64 0.30 0.24 327.58 0.5 0.51
Hex C1 45 88 0 40 1E 18 148 32 33
Octal 301 105 210 0 100 36 30 510 62 63
Binary 11000001 1000101 10001000 0 1000000 11110 11000 101001000 110010 110011

Color Harmonies of #C14588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14588

Black with #C14588

Text Example


Text Example

White with #C14588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14588; }

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

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

background-color css

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

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

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

border-color css

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

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

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