Html Css Color HEX #C0549D Mulberry

📋 copy color: '#C0549D'

red 192 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #C0549D

Tints of Mulberry #C0549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

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

R = 44.34%
G = 19.4%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0549D (or 0xC0549D) is known color: Mulberry. HEX triplet: C0, 54 and 9D. RGB value is (192,84,157). Sum of RGB (Red+Green+Blue) = 192+84+157=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0549D is #3FAB62. Grayscale: #7C7C7C. Windows color (decimal): -4172643 or 10310848. OLE color: 10310848.

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

Color convert

RGB 192 84 157 -
CMYK 0 0.56 0.18 0.25
HSL 319.44º 0.46% 0.54% -
HSV(B) 319.44º 0.56% 0.75% -
XYZ 30.99 19.98 34.12 -
YUV 124.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 192 84 157 0 0.56 0.18 0.25 319.44 0.46 0.54
Hex C0 54 9D 0 38 12 19 13F 2E 36
Octal 300 124 235 0 70 22 31 477 56 66
Binary 11000000 1010100 10011101 0 111000 10010 11001 100111111 101110 110110

Color Harmonies of #C0549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0549D

Black with #C0549D

Text Example


Text Example

White with #C0549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0549D; }

 p { color: rgb(192,84,157); }

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

background-color css

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

 a { background-color: rgb(192,84,157); }

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

border-color css

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

 span { border-color: rgb(192,84,157); }

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