Html Css Color HEX #C14E8E Mulberry

📋 copy color: '#C14E8E'

red 193 ◦ green 78 ◦ blue 142

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

Shades of Mulberry #C14E8E

Tints of Mulberry #C14E8E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 46.73%
G = 18.89%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C14E8E (or 0xC14E8E) is known color: Mulberry. HEX triplet: C1, 4E and 8E. RGB value is (193,78,142). Sum of RGB (Red+Green+Blue) = 193+78+142=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8E is #3EB171. Grayscale: #777777. Windows color (decimal): -4108658 or 9326273. OLE color: 9326273.

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

Color convert

RGB 193 78 142 -
CMYK 0 0.60 0.26 0.24
HSL 326.61º 0.48% 0.53% -
HSV(B) 326.61º 0.6% 0.76% -
XYZ 29.6 18.74 27.65 -
YUV 119.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 193 78 142 0 0.60 0.26 0.24 326.61 0.48 0.53
Hex C1 4E 8E 0 3C 1A 18 147 30 35
Octal 301 116 216 0 74 32 30 507 60 65
Binary 11000001 1001110 10001110 0 111100 11010 11000 101000111 110000 110101

Color Harmonies of #C14E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E8E

Black with #C14E8E

Text Example


Text Example

White with #C14E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E8E; }

 p { color: rgb(193,78,142); }

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

background-color css

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

 a { background-color: rgb(193,78,142); }

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

border-color css

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

 span { border-color: rgb(193,78,142); }

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