Html Css Color HEX #C14795 Mulberry

📋 copy color: '#C14795'

red 193 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #C14795

Tints of Mulberry #C14795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 46.73%
G = 17.19%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C14795 (or 0xC14795) is known color: Mulberry. HEX triplet: C1, 47 and 95. RGB value is (193,71,149). Sum of RGB (Red+Green+Blue) = 193+71+149=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C14795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14795 is #3EB86A. Grayscale: #747474. Windows color (decimal): -4110443 or 9783233. OLE color: 9783233.

HSL color Cylindrical-coordinate representation of color #C14795: hue angle of 321.64º degrees, saturation: 0.5, 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 #C14795 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 149 -
CMYK 0 0.63 0.23 0.24
HSL 321.64º 0.5% 0.52% -
HSV(B) 321.64º 0.63% 0.76% -
XYZ 29.67 18.01 30.35 -
YUV 116.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 193 71 149 0 0.63 0.23 0.24 321.64 0.5 0.52
Hex C1 47 95 0 3F 17 18 142 32 34
Octal 301 107 225 0 77 27 30 502 62 64
Binary 11000001 1000111 10010101 0 111111 10111 11000 101000010 110010 110100

Color Harmonies of #C14795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14795

Black with #C14795

Text Example


Text Example

White with #C14795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14795; }

 p { color: rgb(193,71,149); }

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

background-color css

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

 a { background-color: rgb(193,71,149); }

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

border-color css

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

 span { border-color: rgb(193,71,149); }

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