Html Css Color HEX #C14386 Mulberry

📋 copy color: '#C14386'

red 193 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #C14386

Tints of Mulberry #C14386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 48.98%
G = 17.01%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C14386 (or 0xC14386) is known color: Mulberry. HEX triplet: C1, 43 and 86. RGB value is (193,67,134). Sum of RGB (Red+Green+Blue) = 193+67+134=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14386 is #3EBC79. Grayscale: #707070. Windows color (decimal): -4111482 or 8799169. OLE color: 8799169.

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

Color convert

RGB 193 67 134 -
CMYK 0 0.65 0.31 0.24
HSL 328.1º 0.5% 0.51% -
HSV(B) 328.1º 0.65% 0.76% -
XYZ 28.3 17.07 24.36 -
YUV 112.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 193 67 134 0 0.65 0.31 0.24 328.1 0.5 0.51
Hex C1 43 86 0 41 1F 18 148 32 33
Octal 301 103 206 0 101 37 30 510 62 63
Binary 11000001 1000011 10000110 0 1000001 11111 11000 101001000 110010 110011

Color Harmonies of #C14386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14386

Black with #C14386

Text Example


Text Example

White with #C14386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14386; }

 p { color: rgb(193,67,134); }

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

background-color css

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

 a { background-color: rgb(193,67,134); }

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

border-color css

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

 span { border-color: rgb(193,67,134); }

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