Html Css Color HEX #C14296 Mulberry

📋 copy color: '#C14296'

red 193 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #C14296

Tints of Mulberry #C14296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 47.19%
G = 16.14%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14296 (or 0xC14296) is known color: Mulberry. HEX triplet: C1, 42 and 96. RGB value is (193,66,150). Sum of RGB (Red+Green+Blue) = 193+66+150=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14296 is #3EBD69. Grayscale: #717171. Windows color (decimal): -4111722 or 9847489. OLE color: 9847489.

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

Color convert

RGB 193 66 150 -
CMYK 0 0.66 0.22 0.24
HSL 320.32º 0.51% 0.51% -
HSV(B) 320.32º 0.66% 0.76% -
XYZ 29.45 17.44 30.67 -
YUV 113.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 193 66 150 0 0.66 0.22 0.24 320.32 0.51 0.51
Hex C1 42 96 0 42 16 18 140 33 33
Octal 301 102 226 0 102 26 30 500 63 63
Binary 11000001 1000010 10010110 0 1000010 10110 11000 101000000 110011 110011

Color Harmonies of #C14296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14296

Black with #C14296

Text Example


Text Example

White with #C14296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14296; }

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

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

background-color css

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

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

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

border-color css

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

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

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