Html Css Color HEX #C0519C Mulberry

📋 copy color: '#C0519C'

red 192 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #C0519C

Tints of Mulberry #C0519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 44.76%
G = 18.88%
B = 36.36%

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

#C0519C (or 0xC0519C) is known color: Mulberry. HEX triplet: C0, 51 and 9C. RGB value is (192,81,156). Sum of RGB (Red+Green+Blue) = 192+81+156=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0519C is #3FAE63. Grayscale: #7A7A7A. Windows color (decimal): -4173412 or 10244544. OLE color: 10244544.

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

Color convert

RGB 192 81 156 -
CMYK 0 0.58 0.19 0.25
HSL 319.46º 0.47% 0.54% -
HSV(B) 319.46º 0.58% 0.75% -
XYZ 30.68 19.49 33.6 -
YUV 122.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 192 81 156 0 0.58 0.19 0.25 319.46 0.47 0.54
Hex C0 51 9C 0 3A 13 19 13F 2F 36
Octal 300 121 234 0 72 23 31 477 57 66
Binary 11000000 1010001 10011100 0 111010 10011 11001 100111111 101111 110110

Color Harmonies of #C0519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0519C

Black with #C0519C

Text Example


Text Example

White with #C0519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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