Html Css Color HEX #C2539B Mulberry

📋 copy color: '#C2539B'

red 194 ◦ green 83 ◦ blue 155

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

Shades of Mulberry #C2539B

Tints of Mulberry #C2539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 44.91%
G = 19.21%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2539B (or 0xC2539B) is known color: Mulberry. HEX triplet: C2, 53 and 9B. RGB value is (194,83,155). Sum of RGB (Red+Green+Blue) = 194+83+155=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539B is #3DAC64. Grayscale: #7C7C7C. Windows color (decimal): -4041829 or 10179522. OLE color: 10179522.

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

Color convert

RGB 194 83 155 -
CMYK 0 0.57 0.20 0.24
HSL 321.08º 0.48% 0.54% -
HSV(B) 321.08º 0.57% 0.76% -
XYZ 31.26 20.02 33.23 -
YUV 124.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 194 83 155 0 0.57 0.20 0.24 321.08 0.48 0.54
Hex C2 53 9B 0 39 14 18 141 30 36
Octal 302 123 233 0 71 24 30 501 60 66
Binary 11000010 1010011 10011011 0 111001 10100 11000 101000001 110000 110110

Color Harmonies of #C2539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2539B

Black with #C2539B

Text Example


Text Example

White with #C2539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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