Html Css Color HEX #C14798 Mulberry

📋 copy color: '#C14798'

red 193 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #C14798

Tints of Mulberry #C14798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 46.39%
G = 17.07%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C14798 (or 0xC14798) is known color: Mulberry. HEX triplet: C1, 47 and 98. RGB value is (193,71,152). Sum of RGB (Red+Green+Blue) = 193+71+152=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C14798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14798 is #3EB867. Grayscale: #747474. Windows color (decimal): -4110440 or 9979841. OLE color: 9979841.

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

Color convert

RGB 193 71 152 -
CMYK 0 0.63 0.21 0.24
HSL 320.16º 0.5% 0.52% -
HSV(B) 320.16º 0.63% 0.76% -
XYZ 29.91 18.11 31.62 -
YUV 116.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 193 71 152 0 0.63 0.21 0.24 320.16 0.5 0.52
Hex C1 47 98 0 3F 15 18 140 32 34
Octal 301 107 230 0 77 25 30 500 62 64
Binary 11000001 1000111 10011000 0 111111 10101 11000 101000000 110010 110100

Color Harmonies of #C14798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14798

Black with #C14798

Text Example


Text Example

White with #C14798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14798; }

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

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

background-color css

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

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

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

border-color css

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

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

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