Html Css Color HEX #C14887 Mulberry

📋 copy color: '#C14887'

red 193 ◦ green 72 ◦ blue 135

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

Shades of Mulberry #C14887

Tints of Mulberry #C14887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 48.25%
G = 18%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C14887 (or 0xC14887) is known color: Mulberry. HEX triplet: C1, 48 and 87. RGB value is (193,72,135). Sum of RGB (Red+Green+Blue) = 193+72+135=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C14887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14887 is #3EB778. Grayscale: #737373. Windows color (decimal): -4110201 or 8865985. OLE color: 8865985.

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

Color convert

RGB 193 72 135 -
CMYK 0 0.63 0.30 0.24
HSL 328.76º 0.49% 0.52% -
HSV(B) 328.76º 0.63% 0.76% -
XYZ 28.68 17.72 24.83 -
YUV 115.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 193 72 135 0 0.63 0.30 0.24 328.76 0.49 0.52
Hex C1 48 87 0 3F 1E 18 149 31 34
Octal 301 110 207 0 77 36 30 511 61 64
Binary 11000001 1001000 10000111 0 111111 11110 11000 101001001 110001 110100

Color Harmonies of #C14887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14887

Black with #C14887

Text Example


Text Example

White with #C14887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14887; }

 p { color: rgb(193,72,135); }

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

background-color css

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

 a { background-color: rgb(193,72,135); }

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

border-color css

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

 span { border-color: rgb(193,72,135); }

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