Html Css Color HEX #C2529D Mulberry

📋 copy color: '#C2529D'

red 194 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #C2529D

Tints of Mulberry #C2529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

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

R = 44.8%
G = 18.94%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2529D (or 0xC2529D) is known color: Mulberry. HEX triplet: C2, 52 and 9D. RGB value is (194,82,157). Sum of RGB (Red+Green+Blue) = 194+82+157=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529D is #3DAD62. Grayscale: #7B7B7B. Windows color (decimal): -4042083 or 10310338. OLE color: 10310338.

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

Color convert

RGB 194 82 157 -
CMYK 0 0.58 0.19 0.24
HSL 319.82º 0.48% 0.54% -
HSV(B) 319.82º 0.58% 0.76% -
XYZ 31.35 19.94 34.09 -
YUV 124.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 194 82 157 0 0.58 0.19 0.24 319.82 0.48 0.54
Hex C2 52 9D 0 3A 13 18 140 30 36
Octal 302 122 235 0 72 23 30 500 60 66
Binary 11000010 1010010 10011101 0 111010 10011 11000 101000000 110000 110110

Color Harmonies of #C2529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2529D

Black with #C2529D

Text Example


Text Example

White with #C2529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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