Html Css Color HEX #C14CA5 Mulberry

📋 copy color: '#C14CA5'

red 193 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #C14CA5

Tints of Mulberry #C14CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 44.47%
G = 17.51%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C14CA5 (or 0xC14CA5) is known color: Mulberry. HEX triplet: C1, 4C and A5. RGB value is (193,76,165). Sum of RGB (Red+Green+Blue) = 193+76+165=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14CA5 is #3EB35A. Grayscale: #787878. Windows color (decimal): -4109147 or 10833089. OLE color: 10833089.

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

Color convert

RGB 193 76 165 -
CMYK 0 0.61 0.15 0.24
HSL 314.36º 0.49% 0.53% -
HSV(B) 314.36º 0.61% 0.76% -
XYZ 31.37 19.22 37.65 -
YUV 121.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 193 76 165 0 0.61 0.15 0.24 314.36 0.49 0.53
Hex C1 4C A5 0 3D F 18 13A 31 35
Octal 301 114 245 0 75 17 30 472 61 65
Binary 11000001 1001100 10100101 0 111101 1111 11000 100111010 110001 110101

Color Harmonies of #C14CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CA5

Black with #C14CA5

Text Example


Text Example

White with #C14CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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