Html Css Color HEX #C14781 Mulberry

📋 copy color: '#C14781'

red 193 ◦ green 71 ◦ blue 129

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

Shades of Mulberry #C14781

Tints of Mulberry #C14781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 49.11%
G = 18.07%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C14781 (or 0xC14781) is known color: Mulberry. HEX triplet: C1, 47 and 81. RGB value is (193,71,129). Sum of RGB (Red+Green+Blue) = 193+71+129=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14781 is #3EB87E. Grayscale: #717171. Windows color (decimal): -4110463 or 8472513. OLE color: 8472513.

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

Color convert

RGB 193 71 129 -
CMYK 0 0.63 0.33 0.24
HSL 331.48º 0.5% 0.52% -
HSV(B) 331.48º 0.63% 0.76% -
XYZ 28.21 17.43 22.65 -
YUV 114.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 193 71 129 0 0.63 0.33 0.24 331.48 0.5 0.52
Hex C1 47 81 0 3F 21 18 14B 32 34
Octal 301 107 201 0 77 41 30 513 62 64
Binary 11000001 1000111 10000001 0 111111 100001 11000 101001011 110010 110100

Color Harmonies of #C14781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14781

Black with #C14781

Text Example


Text Example

White with #C14781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14781; }

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

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

background-color css

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

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

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

border-color css

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

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

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