Html Css Color HEX #C14EA5 Mulberry

📋 copy color: '#C14EA5'

red 193 ◦ green 78 ◦ blue 165

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

Shades of Mulberry #C14EA5

Tints of Mulberry #C14EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 44.27%
G = 17.89%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C14EA5 (or 0xC14EA5) is known color: Mulberry. HEX triplet: C1, 4E and A5. RGB value is (193,78,165). Sum of RGB (Red+Green+Blue) = 193+78+165=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA5 is #3EB15A. Grayscale: #7A7A7A. Windows color (decimal): -4108635 or 10833601. OLE color: 10833601.

HSL color Cylindrical-coordinate representation of color #C14EA5: hue angle of 314.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 #C14EA5 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 165 -
CMYK 0 0.60 0.15 0.24
HSL 314.61º 0.48% 0.53% -
HSV(B) 314.61º 0.6% 0.76% -
XYZ 31.51 19.5 37.7 -
YUV 122.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 193 78 165 0 0.60 0.15 0.24 314.61 0.48 0.53
Hex C1 4E A5 0 3C F 18 13B 30 35
Octal 301 116 245 0 74 17 30 473 60 65
Binary 11000001 1001110 10100101 0 111100 1111 11000 100111011 110000 110101

Color Harmonies of #C14EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EA5

Black with #C14EA5

Text Example


Text Example

White with #C14EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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