Html Css Color HEX #C2559D Mulberry

📋 copy color: '#C2559D'

red 194 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #C2559D

Tints of Mulberry #C2559D

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

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

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

R = 44.5%
G = 19.5%
B = 36.01%

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

#C2559D (or 0xC2559D) is known color: Mulberry. HEX triplet: C2, 55 and 9D. RGB value is (194,85,157). Sum of RGB (Red+Green+Blue) = 194+85+157=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559D is #3DAA62. Grayscale: #7D7D7D. Windows color (decimal): -4041315 or 10311106. OLE color: 10311106.

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

Color convert

RGB 194 85 157 -
CMYK 0 0.56 0.19 0.24
HSL 320.37º 0.47% 0.55% -
HSV(B) 320.37º 0.56% 0.76% -
XYZ 31.58 20.4 34.17 -
YUV 125.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 194 85 157 0 0.56 0.19 0.24 320.37 0.47 0.55
Hex C2 55 9D 0 38 13 18 140 2F 37
Octal 302 125 235 0 70 23 30 500 57 67
Binary 11000010 1010101 10011101 0 111000 10011 11000 101000000 101111 110111

Color Harmonies of #C2559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2559D

Black with #C2559D

Text Example


Text Example

White with #C2559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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