Html Css Color HEX #C14591 Mulberry

📋 copy color: '#C14591'

red 193 ◦ green 69 ◦ blue 145

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

Shades of Mulberry #C14591

Tints of Mulberry #C14591

RGB

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

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

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

R = 47.42%
G = 16.95%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C14591 (or 0xC14591) is known color: Mulberry. HEX triplet: C1, 45 and 91. RGB value is (193,69,145). Sum of RGB (Red+Green+Blue) = 193+69+145=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14591 is #3EBA6E. Grayscale: #727272. Windows color (decimal): -4110959 or 9520577. OLE color: 9520577.

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

Color convert

RGB 193 69 145 -
CMYK 0 0.64 0.25 0.24
HSL 323.23º 0.5% 0.51% -
HSV(B) 323.23º 0.64% 0.76% -
XYZ 29.23 17.64 28.65 -
YUV 114.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 193 69 145 0 0.64 0.25 0.24 323.23 0.5 0.51
Hex C1 45 91 0 40 19 18 143 32 33
Octal 301 105 221 0 100 31 30 503 62 63
Binary 11000001 1000101 10010001 0 1000000 11001 11000 101000011 110010 110011

Color Harmonies of #C14591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14591

Black with #C14591

Text Example


Text Example

White with #C14591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14591; }

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

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

background-color css

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

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

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

border-color css

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

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

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