Html Css Color HEX #C14197 Mulberry

📋 copy color: '#C14197'

red 193 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #C14197

Tints of Mulberry #C14197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

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

R = 47.19%
G = 15.89%
B = 36.92%

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

#C14197 (or 0xC14197) is known color: Mulberry. HEX triplet: C1, 41 and 97. RGB value is (193,65,151). Sum of RGB (Red+Green+Blue) = 193+65+151=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14197 is #3EBE68. Grayscale: #707070. Windows color (decimal): -4111977 or 9912769. OLE color: 9912769.

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

Color convert

RGB 193 65 151 -
CMYK 0 0.66 0.22 0.24
HSL 319.69º 0.51% 0.51% -
HSV(B) 319.69º 0.66% 0.76% -
XYZ 29.47 17.35 31.07 -
YUV 113.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 193 65 151 0 0.66 0.22 0.24 319.69 0.51 0.51
Hex C1 41 97 0 42 16 18 140 33 33
Octal 301 101 227 0 102 26 30 500 63 63
Binary 11000001 1000001 10010111 0 1000010 10110 11000 101000000 110011 110011

Color Harmonies of #C14197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14197

Black with #C14197

Text Example


Text Example

White with #C14197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14197; }

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

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

background-color css

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

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

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

border-color css

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

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

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