Html Css Color HEX #C1559D Mulberry

📋 copy color: '#C1559D'

red 193 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #C1559D

Tints of Mulberry #C1559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

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

R = 44.37%
G = 19.54%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1559D (or 0xC1559D) is known color: Mulberry. HEX triplet: C1, 55 and 9D. RGB value is (193,85,157). Sum of RGB (Red+Green+Blue) = 193+85+157=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1559D is #3EAA62. Grayscale: #7D7D7D. Windows color (decimal): -4106851 or 10311105. OLE color: 10311105.

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

Color convert

RGB 193 85 157 -
CMYK 0 0.56 0.19 0.24
HSL 320º 0.47% 0.55% -
HSV(B) 320º 0.56% 0.76% -
XYZ 31.33 20.27 34.16 -
YUV 125.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 193 85 157 0 0.56 0.19 0.24 320 0.47 0.55
Hex C1 55 9D 0 38 13 18 140 2F 37
Octal 301 125 235 0 70 23 30 500 57 67
Binary 11000001 1010101 10011101 0 111000 10011 11000 101000000 101111 110111

Color Harmonies of #C1559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1559D

Black with #C1559D

Text Example


Text Example

White with #C1559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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