Html Css Color HEX #C0559E Mulberry

📋 copy color: '#C0559E'

red 192 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #C0559E

Tints of Mulberry #C0559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

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

R = 44.14%
G = 19.54%
B = 36.32%

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

#C0559E (or 0xC0559E) is known color: Mulberry. HEX triplet: C0, 55 and 9E. RGB value is (192,85,158). Sum of RGB (Red+Green+Blue) = 192+85+158=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0559E is #3FAA61. Grayscale: #7D7D7D. Windows color (decimal): -4172386 or 10376640. OLE color: 10376640.

HSL color Cylindrical-coordinate representation of color #C0559E: hue angle of 319.07º 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 #C0559E is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 158 -
CMYK 0 0.56 0.18 0.25
HSL 319.07º 0.46% 0.54% -
HSV(B) 319.07º 0.56% 0.75% -
XYZ 31.16 20.17 34.6 -
YUV 125.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 192 85 158 0 0.56 0.18 0.25 319.07 0.46 0.54
Hex C0 55 9E 0 38 12 19 13F 2E 36
Octal 300 125 236 0 70 22 31 477 56 66
Binary 11000000 1010101 10011110 0 111000 10010 11001 100111111 101110 110110

Color Harmonies of #C0559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0559E

Black with #C0559E

Text Example


Text Example

White with #C0559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0559E; }

 p { color: rgb(192,85,158); }

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

background-color css

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

 a { background-color: rgb(192,85,158); }

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

border-color css

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

 span { border-color: rgb(192,85,158); }

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