Html Css Color HEX #C2539D Mulberry

📋 copy color: '#C2539D'

red 194 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #C2539D

Tints of Mulberry #C2539D

RGB

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

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

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

R = 44.7%
G = 19.12%
B = 36.18%

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

#C2539D (or 0xC2539D) is known color: Mulberry. HEX triplet: C2, 53 and 9D. RGB value is (194,83,157). Sum of RGB (Red+Green+Blue) = 194+83+157=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539D is #3DAC62. Grayscale: #7C7C7C. Windows color (decimal): -4041827 or 10310594. OLE color: 10310594.

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

Color convert

RGB 194 83 157 -
CMYK 0 0.57 0.19 0.24
HSL 320º 0.48% 0.54% -
HSV(B) 320º 0.57% 0.76% -
XYZ 31.43 20.09 34.12 -
YUV 124.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 194 83 157 0 0.57 0.19 0.24 320 0.48 0.54
Hex C2 53 9D 0 39 13 18 140 30 36
Octal 302 123 235 0 71 23 30 500 60 66
Binary 11000010 1010011 10011101 0 111001 10011 11000 101000000 110000 110110

Color Harmonies of #C2539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2539D

Black with #C2539D

Text Example


Text Example

White with #C2539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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