Html Css Color HEX #C14390 Mulberry

📋 copy color: '#C14390'

red 193 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #C14390

Tints of Mulberry #C14390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 47.77%
G = 16.58%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C14390 (or 0xC14390) is known color: Mulberry. HEX triplet: C1, 43 and 90. RGB value is (193,67,144). Sum of RGB (Red+Green+Blue) = 193+67+144=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C14390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14390 is #3EBC6F. Grayscale: #717171. Windows color (decimal): -4111472 or 9454529. OLE color: 9454529.

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

Color convert

RGB 193 67 144 -
CMYK 0 0.65 0.25 0.24
HSL 323.33º 0.5% 0.51% -
HSV(B) 323.33º 0.65% 0.76% -
XYZ 29.03 17.37 28.21 -
YUV 113.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 193 67 144 0 0.65 0.25 0.24 323.33 0.5 0.51
Hex C1 43 90 0 41 19 18 143 32 33
Octal 301 103 220 0 101 31 30 503 62 63
Binary 11000001 1000011 10010000 0 1000001 11001 11000 101000011 110010 110011

Color Harmonies of #C14390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14390

Black with #C14390

Text Example


Text Example

White with #C14390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14390; }

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

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

background-color css

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

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

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

border-color css

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

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

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