Html Css Color HEX #C2539C Mulberry

📋 copy color: '#C2539C'

red 194 ◦ green 83 ◦ blue 156

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

Shades of Mulberry #C2539C

Tints of Mulberry #C2539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 44.8%
G = 19.17%
B = 36.03%

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

#C2539C (or 0xC2539C) is known color: Mulberry. HEX triplet: C2, 53 and 9C. RGB value is (194,83,156). Sum of RGB (Red+Green+Blue) = 194+83+156=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539C is #3DAC63. Grayscale: #7C7C7C. Windows color (decimal): -4041828 or 10245058. OLE color: 10245058.

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

Color convert

RGB 194 83 156 -
CMYK 0 0.57 0.20 0.24
HSL 320.54º 0.48% 0.54% -
HSV(B) 320.54º 0.57% 0.76% -
XYZ 31.34 20.06 33.67 -
YUV 124.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 194 83 156 0 0.57 0.20 0.24 320.54 0.48 0.54
Hex C2 53 9C 0 39 14 18 141 30 36
Octal 302 123 234 0 71 24 30 501 60 66
Binary 11000010 1010011 10011100 0 111001 10100 11000 101000001 110000 110110

Color Harmonies of #C2539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2539C

Black with #C2539C

Text Example


Text Example

White with #C2539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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