Html Css Color HEX #C14A9C Mulberry

📋 copy color: '#C14A9C'

red 193 ◦ green 74 ◦ blue 156

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

Shades of Mulberry #C14A9C

Tints of Mulberry #C14A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 45.63%
G = 17.49%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C14A9C (or 0xC14A9C) is known color: Mulberry. HEX triplet: C1, 4A and 9C. RGB value is (193,74,156). Sum of RGB (Red+Green+Blue) = 193+74+156=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14A9C is #3EB563. Grayscale: #767676. Windows color (decimal): -4109668 or 10242753. OLE color: 10242753.

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

Color convert

RGB 193 74 156 -
CMYK 0 0.62 0.19 0.24
HSL 318.66º 0.49% 0.52% -
HSV(B) 318.66º 0.62% 0.76% -
XYZ 30.44 18.64 33.45 -
YUV 118.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 193 74 156 0 0.62 0.19 0.24 318.66 0.49 0.52
Hex C1 4A 9C 0 3E 13 18 13F 31 34
Octal 301 112 234 0 76 23 30 477 61 64
Binary 11000001 1001010 10011100 0 111110 10011 11000 100111111 110001 110100

Color Harmonies of #C14A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A9C

Black with #C14A9C

Text Example


Text Example

White with #C14A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A9C; }

 p { color: rgb(193,74,156); }

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

background-color css

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

 a { background-color: rgb(193,74,156); }

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

border-color css

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

 span { border-color: rgb(193,74,156); }

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