Html Css Color HEX #C14F8D Mulberry

📋 copy color: '#C14F8D'

red 193 ◦ green 79 ◦ blue 141

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

Shades of Mulberry #C14F8D

Tints of Mulberry #C14F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 46.73%
G = 19.13%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C14F8D (or 0xC14F8D) is known color: Mulberry. HEX triplet: C1, 4F and 8D. RGB value is (193,79,141). Sum of RGB (Red+Green+Blue) = 193+79+141=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F8D is #3EB072. Grayscale: #787878. Windows color (decimal): -4108403 or 9260993. OLE color: 9260993.

HSL color Cylindrical-coordinate representation of color #C14F8D: hue angle of 327.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F8D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 141 -
CMYK 0 0.59 0.27 0.24
HSL 327.37º 0.48% 0.53% -
HSV(B) 327.37º 0.59% 0.76% -
XYZ 29.6 18.85 27.28 -
YUV 120.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 193 79 141 0 0.59 0.27 0.24 327.37 0.48 0.53
Hex C1 4F 8D 0 3B 1B 18 147 30 35
Octal 301 117 215 0 73 33 30 507 60 65
Binary 11000001 1001111 10001101 0 111011 11011 11000 101000111 110000 110101

Color Harmonies of #C14F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F8D

Black with #C14F8D

Text Example


Text Example

White with #C14F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F8D; }

 p { color: rgb(193,79,141); }

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

background-color css

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

 a { background-color: rgb(193,79,141); }

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

border-color css

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

 span { border-color: rgb(193,79,141); }

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