Html Css Color HEX #C14596 Mulberry

📋 copy color: '#C14596'

red 193 ◦ green 69 ◦ blue 150

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

Shades of Mulberry #C14596

Tints of Mulberry #C14596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 46.84%
G = 16.75%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14596 (or 0xC14596) is known color: Mulberry. HEX triplet: C1, 45 and 96. RGB value is (193,69,150). Sum of RGB (Red+Green+Blue) = 193+69+150=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14596 is #3EBA69. Grayscale: #737373. Windows color (decimal): -4110954 or 9848257. OLE color: 9848257.

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

Color convert

RGB 193 69 150 -
CMYK 0 0.64 0.22 0.24
HSL 320.81º 0.5% 0.51% -
HSV(B) 320.81º 0.64% 0.76% -
XYZ 29.63 17.8 30.73 -
YUV 115.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 193 69 150 0 0.64 0.22 0.24 320.81 0.5 0.51
Hex C1 45 96 0 40 16 18 141 32 33
Octal 301 105 226 0 100 26 30 501 62 63
Binary 11000001 1000101 10010110 0 1000000 10110 11000 101000001 110010 110011

Color Harmonies of #C14596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14596

Black with #C14596

Text Example


Text Example

White with #C14596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14596; }

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

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

background-color css

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

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

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

border-color css

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

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

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