Html Css Color HEX #C14C96 Mulberry

📋 copy color: '#C14C96'

red 193 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #C14C96

Tints of Mulberry #C14C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

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

R = 46.06%
G = 18.14%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14C96 (or 0xC14C96) is known color: Mulberry. HEX triplet: C1, 4C and 96. RGB value is (193,76,150). Sum of RGB (Red+Green+Blue) = 193+76+150=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C96 is #3EB369. Grayscale: #777777. Windows color (decimal): -4109162 or 9850049. OLE color: 9850049.

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

Color convert

RGB 193 76 150 -
CMYK 0 0.61 0.22 0.24
HSL 322.05º 0.49% 0.53% -
HSV(B) 322.05º 0.61% 0.76% -
XYZ 30.08 18.71 30.88 -
YUV 119.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 193 76 150 0 0.61 0.22 0.24 322.05 0.49 0.53
Hex C1 4C 96 0 3D 16 18 142 31 35
Octal 301 114 226 0 75 26 30 502 61 65
Binary 11000001 1001100 10010110 0 111101 10110 11000 101000010 110001 110101

Color Harmonies of #C14C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C96

Black with #C14C96

Text Example


Text Example

White with #C14C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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