Html Css Color HEX #C0529F Mulberry

📋 copy color: '#C0529F'

red 192 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #C0529F

Tints of Mulberry #C0529F

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 44.34%
G = 18.94%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0529F (or 0xC0529F) is known color: Mulberry. HEX triplet: C0, 52 and 9F. RGB value is (192,82,159). Sum of RGB (Red+Green+Blue) = 192+82+159=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529F is #3FAD60. Grayscale: #7B7B7B. Windows color (decimal): -4173153 or 10441408. OLE color: 10441408.

HSL color Cylindrical-coordinate representation of color #C0529F: hue angle of 318º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0529F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 159 -
CMYK 0 0.57 0.17 0.25
HSL 318º 0.47% 0.54% -
HSV(B) 318º 0.57% 0.75% -
XYZ 31.01 19.74 34.98 -
YUV 123.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 192 82 159 0 0.57 0.17 0.25 318 0.47 0.54
Hex C0 52 9F 0 39 11 19 13E 2F 36
Octal 300 122 237 0 71 21 31 476 57 66
Binary 11000000 1010010 10011111 0 111001 10001 11001 100111110 101111 110110

Color Harmonies of #C0529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0529F

Black with #C0529F

Text Example


Text Example

White with #C0529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0529F; }

 p { color: rgb(192,82,159); }

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

background-color css

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

 a { background-color: rgb(192,82,159); }

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

border-color css

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

 span { border-color: rgb(192,82,159); }

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