Html Css Color HEX #C2529A Mulberry

📋 copy color: '#C2529A'

red 194 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #C2529A

Tints of Mulberry #C2529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 45.12%
G = 19.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2529A (or 0xC2529A) is known color: Mulberry. HEX triplet: C2, 52 and 9A. RGB value is (194,82,154). Sum of RGB (Red+Green+Blue) = 194+82+154=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529A is #3DAD65. Grayscale: #7B7B7B. Windows color (decimal): -4042086 or 10113730. OLE color: 10113730.

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

Color convert

RGB 194 82 154 -
CMYK 0 0.58 0.21 0.24
HSL 321.43º 0.48% 0.54% -
HSV(B) 321.43º 0.58% 0.76% -
XYZ 31.1 19.84 32.76 -
YUV 123.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 194 82 154 0 0.58 0.21 0.24 321.43 0.48 0.54
Hex C2 52 9A 0 3A 15 18 141 30 36
Octal 302 122 232 0 72 25 30 501 60 66
Binary 11000010 1010010 10011010 0 111010 10101 11000 101000001 110000 110110

Color Harmonies of #C2529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2529A

Black with #C2529A

Text Example


Text Example

White with #C2529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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