Html Css Color HEX #C2529E Mulberry

📋 copy color: '#C2529E'

red 194 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C2529E

Tints of Mulberry #C2529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 44.7%
G = 18.89%
B = 36.41%

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

#C2529E (or 0xC2529E) is known color: Mulberry. HEX triplet: C2, 52 and 9E. RGB value is (194,82,158). Sum of RGB (Red+Green+Blue) = 194+82+158=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529E is #3DAD61. Grayscale: #7B7B7B. Windows color (decimal): -4042082 or 10375874. OLE color: 10375874.

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

Color convert

RGB 194 82 158 -
CMYK 0 0.58 0.19 0.24
HSL 319.29º 0.48% 0.54% -
HSV(B) 319.29º 0.58% 0.76% -
XYZ 31.44 19.97 34.55 -
YUV 124.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 194 82 158 0 0.58 0.19 0.24 319.29 0.48 0.54
Hex C2 52 9E 0 3A 13 18 13F 30 36
Octal 302 122 236 0 72 23 30 477 60 66
Binary 11000010 1010010 10011110 0 111010 10011 11000 100111111 110000 110110

Color Harmonies of #C2529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2529E

Black with #C2529E

Text Example


Text Example

White with #C2529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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