Html Css Color HEX #C14095 Mulberry

📋 copy color: '#C14095'

red 193 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #C14095

Tints of Mulberry #C14095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 47.54%
G = 15.76%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C14095 (or 0xC14095) is known color: Mulberry. HEX triplet: C1, 40 and 95. RGB value is (193,64,149). Sum of RGB (Red+Green+Blue) = 193+64+149=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14095 is #3EBF6A. Grayscale: #707070. Windows color (decimal): -4112235 or 9781441. OLE color: 9781441.

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

Color convert

RGB 193 64 149 -
CMYK 0 0.67 0.23 0.24
HSL 320.47º 0.51% 0.5% -
HSV(B) 320.47º 0.67% 0.76% -
XYZ 29.25 17.17 30.21 -
YUV 112.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 193 64 149 0 0.67 0.23 0.24 320.47 0.51 0.5
Hex C1 40 95 0 43 17 18 140 33 32
Octal 301 100 225 0 103 27 30 500 63 62
Binary 11000001 1000000 10010101 0 1000011 10111 11000 101000000 110011 110010

Color Harmonies of #C14095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14095

Black with #C14095

Text Example


Text Example

White with #C14095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14095; }

 p { color: rgb(193,64,149); }

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

background-color css

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

 a { background-color: rgb(193,64,149); }

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

border-color css

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

 span { border-color: rgb(193,64,149); }

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