Html Css Color HEX #C0519F Mulberry

📋 copy color: '#C0519F'

red 192 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #C0519F

Tints of Mulberry #C0519F

RGB

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

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

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

R = 44.44%
G = 18.75%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0519F (or 0xC0519F) is known color: Mulberry. HEX triplet: C0, 51 and 9F. RGB value is (192,81,159). Sum of RGB (Red+Green+Blue) = 192+81+159=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0519F is #3FAE60. Grayscale: #7A7A7A. Windows color (decimal): -4173409 or 10441152. OLE color: 10441152.

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

Color convert

RGB 192 81 159 -
CMYK 0 0.58 0.17 0.25
HSL 317.84º 0.47% 0.54% -
HSV(B) 317.84º 0.58% 0.75% -
XYZ 30.94 19.59 34.95 -
YUV 123.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 192 81 159 0 0.58 0.17 0.25 317.84 0.47 0.54
Hex C0 51 9F 0 3A 11 19 13E 2F 36
Octal 300 121 237 0 72 21 31 476 57 66
Binary 11000000 1010001 10011111 0 111010 10001 11001 100111110 101111 110110

Color Harmonies of #C0519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0519F

Black with #C0519F

Text Example


Text Example

White with #C0519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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