Html Css Color HEX #C14F9D Mulberry

📋 copy color: '#C14F9D'

red 193 ◦ green 79 ◦ blue 157

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

Shades of Mulberry #C14F9D

Tints of Mulberry #C14F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 44.99%
G = 18.41%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C14F9D (or 0xC14F9D) is known color: Mulberry. HEX triplet: C1, 4F and 9D. RGB value is (193,79,157). Sum of RGB (Red+Green+Blue) = 193+79+157=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F9D is #3EB062. Grayscale: #797979. Windows color (decimal): -4108387 or 10309569. OLE color: 10309569.

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

Color convert

RGB 193 79 157 -
CMYK 0 0.59 0.19 0.24
HSL 318.95º 0.48% 0.53% -
HSV(B) 318.95º 0.59% 0.76% -
XYZ 30.87 19.36 34.01 -
YUV 121.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 193 79 157 0 0.59 0.19 0.24 318.95 0.48 0.53
Hex C1 4F 9D 0 3B 13 18 13F 30 35
Octal 301 117 235 0 73 23 30 477 60 65
Binary 11000001 1001111 10011101 0 111011 10011 11000 100111111 110000 110101

Color Harmonies of #C14F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F9D

Black with #C14F9D

Text Example


Text Example

White with #C14F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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