Html Css Color HEX #C14497 Mulberry

📋 copy color: '#C14497'

red 193 ◦ green 68 ◦ blue 151

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

Shades of Mulberry #C14497

Tints of Mulberry #C14497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

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

R = 46.84%
G = 16.5%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C14497 (or 0xC14497) is known color: Mulberry. HEX triplet: C1, 44 and 97. RGB value is (193,68,151). Sum of RGB (Red+Green+Blue) = 193+68+151=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14497 is #3EBB68. Grayscale: #727272. Windows color (decimal): -4111209 or 9913537. OLE color: 9913537.

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

Color convert

RGB 193 68 151 -
CMYK 0 0.65 0.22 0.24
HSL 320.16º 0.5% 0.51% -
HSV(B) 320.16º 0.65% 0.76% -
XYZ 29.65 17.71 31.13 -
YUV 114.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 193 68 151 0 0.65 0.22 0.24 320.16 0.5 0.51
Hex C1 44 97 0 41 16 18 140 32 33
Octal 301 104 227 0 101 26 30 500 62 63
Binary 11000001 1000100 10010111 0 1000001 10110 11000 101000000 110010 110011

Color Harmonies of #C14497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14497

Black with #C14497

Text Example


Text Example

White with #C14497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14497; }

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

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

background-color css

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

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

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

border-color css

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

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

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