Html Css Color HEX #C14487 Mulberry

📋 copy color: '#C14487'

red 193 ◦ green 68 ◦ blue 135

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

Shades of Mulberry #C14487

Tints of Mulberry #C14487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 48.74%
G = 17.17%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C14487 (or 0xC14487) is known color: Mulberry. HEX triplet: C1, 44 and 87. RGB value is (193,68,135). Sum of RGB (Red+Green+Blue) = 193+68+135=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14487 is #3EBB78. Grayscale: #707070. Windows color (decimal): -4111225 or 8864961. OLE color: 8864961.

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

Color convert

RGB 193 68 135 -
CMYK 0 0.65 0.30 0.24
HSL 327.84º 0.5% 0.51% -
HSV(B) 327.84º 0.65% 0.76% -
XYZ 28.43 17.22 24.75 -
YUV 113.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 193 68 135 0 0.65 0.30 0.24 327.84 0.5 0.51
Hex C1 44 87 0 41 1E 18 148 32 33
Octal 301 104 207 0 101 36 30 510 62 63
Binary 11000001 1000100 10000111 0 1000001 11110 11000 101001000 110010 110011

Color Harmonies of #C14487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14487

Black with #C14487

Text Example


Text Example

White with #C14487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14487; }

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

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

background-color css

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

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

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

border-color css

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

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

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