Html Css Color HEX #C0519B Mulberry

📋 copy color: '#C0519B'

red 192 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #C0519B

Tints of Mulberry #C0519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 44.86%
G = 18.93%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0519B (or 0xC0519B) is known color: Mulberry. HEX triplet: C0, 51 and 9B. RGB value is (192,81,155). Sum of RGB (Red+Green+Blue) = 192+81+155=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0519B is #3FAE64. Grayscale: #7A7A7A. Windows color (decimal): -4173413 or 10179008. OLE color: 10179008.

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

Color convert

RGB 192 81 155 -
CMYK 0 0.58 0.19 0.25
HSL 320º 0.47% 0.54% -
HSV(B) 320º 0.58% 0.75% -
XYZ 30.6 19.46 33.15 -
YUV 122.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 192 81 155 0 0.58 0.19 0.25 320 0.47 0.54
Hex C0 51 9B 0 3A 13 19 140 2F 36
Octal 300 121 233 0 72 23 31 500 57 66
Binary 11000000 1010001 10011011 0 111010 10011 11001 101000000 101111 110110

Color Harmonies of #C0519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0519B

Black with #C0519B

Text Example


Text Example

White with #C0519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0519B; }

 p { color: rgb(192,81,155); }

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

background-color css

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

 a { background-color: rgb(192,81,155); }

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

border-color css

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

 span { border-color: rgb(192,81,155); }

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