Html Css Color HEX #C1539D Mulberry

📋 copy color: '#C1539D'

red 193 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #C1539D

Tints of Mulberry #C1539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 44.57%
G = 19.17%
B = 36.26%

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

#C1539D (or 0xC1539D) is known color: Mulberry. HEX triplet: C1, 53 and 9D. RGB value is (193,83,157). Sum of RGB (Red+Green+Blue) = 193+83+157=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1539D is #3EAC62. Grayscale: #7C7C7C. Windows color (decimal): -4107363 or 10310593. OLE color: 10310593.

HSL color Cylindrical-coordinate representation of color #C1539D: hue angle of 319.64º 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 #C1539D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 83 157 -
CMYK 0 0.57 0.19 0.24
HSL 319.64º 0.47% 0.54% -
HSV(B) 319.64º 0.57% 0.76% -
XYZ 31.17 19.96 34.11 -
YUV 124.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 193 83 157 0 0.57 0.19 0.24 319.64 0.47 0.54
Hex C1 53 9D 0 39 13 18 140 2F 36
Octal 301 123 235 0 71 23 30 500 57 66
Binary 11000001 1010011 10011101 0 111001 10011 11000 101000000 101111 110110

Color Harmonies of #C1539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1539D

Black with #C1539D

Text Example


Text Example

White with #C1539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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