Html Css Color HEX #C1539C Mulberry

📋 copy color: '#C1539C'

red 193 ◦ green 83 ◦ blue 156

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

Shades of Mulberry #C1539C

Tints of Mulberry #C1539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

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

R = 44.68%
G = 19.21%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1539C (or 0xC1539C) is known color: Mulberry. HEX triplet: C1, 53 and 9C. RGB value is (193,83,156). Sum of RGB (Red+Green+Blue) = 193+83+156=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1539C is #3EAC63. Grayscale: #7C7C7C. Windows color (decimal): -4107364 or 10245057. OLE color: 10245057.

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

Color convert

RGB 193 83 156 -
CMYK 0 0.57 0.19 0.24
HSL 320.18º 0.47% 0.54% -
HSV(B) 320.18º 0.57% 0.76% -
XYZ 31.09 19.92 33.66 -
YUV 124.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 193 83 156 0 0.57 0.19 0.24 320.18 0.47 0.54
Hex C1 53 9C 0 39 13 18 140 2F 36
Octal 301 123 234 0 71 23 30 500 57 66
Binary 11000001 1010011 10011100 0 111001 10011 11000 101000000 101111 110110

Color Harmonies of #C1539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1539C

Black with #C1539C

Text Example


Text Example

White with #C1539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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