Html Css Color HEX #C14897 Mulberry

📋 copy color: '#C14897'

red 193 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #C14897

Tints of Mulberry #C14897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 46.39%
G = 17.31%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14897 (or 0xC14897) is known color: Mulberry. HEX triplet: C1, 48 and 97. RGB value is (193,72,151). Sum of RGB (Red+Green+Blue) = 193+72+151=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C14897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14897 is #3EB768. Grayscale: #747474. Windows color (decimal): -4110185 or 9914561. OLE color: 9914561.

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

Color convert

RGB 193 72 151 -
CMYK 0 0.63 0.22 0.24
HSL 320.83º 0.49% 0.52% -
HSV(B) 320.83º 0.63% 0.76% -
XYZ 29.9 18.21 31.22 -
YUV 117.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 193 72 151 0 0.63 0.22 0.24 320.83 0.49 0.52
Hex C1 48 97 0 3F 16 18 141 31 34
Octal 301 110 227 0 77 26 30 501 61 64
Binary 11000001 1001000 10010111 0 111111 10110 11000 101000001 110001 110100

Color Harmonies of #C14897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14897

Black with #C14897

Text Example


Text Example

White with #C14897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14897; }

 p { color: rgb(193,72,151); }

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

background-color css

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

 a { background-color: rgb(193,72,151); }

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

border-color css

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

 span { border-color: rgb(193,72,151); }

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