Html Css Color HEX #C1519C Mulberry

📋 copy color: '#C1519C'

red 193 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #C1519C

Tints of Mulberry #C1519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.84%

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

R = 44.88%
G = 18.84%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1519C (or 0xC1519C) is known color: Mulberry. HEX triplet: C1, 51 and 9C. RGB value is (193,81,156). Sum of RGB (Red+Green+Blue) = 193+81+156=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1519C is #3EAE63. Grayscale: #7A7A7A. Windows color (decimal): -4107876 or 10244545. OLE color: 10244545.

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

Color convert

RGB 193 81 156 -
CMYK 0 0.58 0.19 0.24
HSL 319.82º 0.47% 0.54% -
HSV(B) 319.82º 0.58% 0.76% -
XYZ 30.94 19.62 33.61 -
YUV 123.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 193 81 156 0 0.58 0.19 0.24 319.82 0.47 0.54
Hex C1 51 9C 0 3A 13 18 140 2F 36
Octal 301 121 234 0 72 23 30 500 57 66
Binary 11000001 1010001 10011100 0 111010 10011 11000 101000000 101111 110110

Color Harmonies of #C1519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1519C

Black with #C1519C

Text Example


Text Example

White with #C1519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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