Html Css Color HEX #C14291 Mulberry

📋 copy color: '#C14291'

red 193 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #C14291

Tints of Mulberry #C14291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 47.77%
G = 16.34%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C14291 (or 0xC14291) is known color: Mulberry. HEX triplet: C1, 42 and 91. RGB value is (193,66,145). Sum of RGB (Red+Green+Blue) = 193+66+145=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C14291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14291 is #3EBD6E. Grayscale: #707070. Windows color (decimal): -4111727 or 9519809. OLE color: 9519809.

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

Color convert

RGB 193 66 145 -
CMYK 0 0.66 0.25 0.24
HSL 322.68º 0.51% 0.51% -
HSV(B) 322.68º 0.66% 0.76% -
XYZ 29.05 17.28 28.59 -
YUV 112.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 193 66 145 0 0.66 0.25 0.24 322.68 0.51 0.51
Hex C1 42 91 0 42 19 18 143 33 33
Octal 301 102 221 0 102 31 30 503 63 63
Binary 11000001 1000010 10010001 0 1000010 11001 11000 101000011 110011 110011

Color Harmonies of #C14291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14291

Black with #C14291

Text Example


Text Example

White with #C14291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14291; }

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

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

background-color css

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

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

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

border-color css

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

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

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