Html Css Color HEX #C0519A Mulberry

📋 copy color: '#C0519A'

red 192 ◦ green 81 ◦ blue 154

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

Shades of Mulberry #C0519A

Tints of Mulberry #C0519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 44.96%
G = 18.97%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0519A (or 0xC0519A) is known color: Mulberry. HEX triplet: C0, 51 and 9A. RGB value is (192,81,154). Sum of RGB (Red+Green+Blue) = 192+81+154=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0519A is #3FAE65. Grayscale: #7A7A7A. Windows color (decimal): -4173414 or 10113472. OLE color: 10113472.

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

Color convert

RGB 192 81 154 -
CMYK 0 0.58 0.20 0.25
HSL 320.54º 0.47% 0.54% -
HSV(B) 320.54º 0.58% 0.75% -
XYZ 30.51 19.42 32.71 -
YUV 122.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 192 81 154 0 0.58 0.20 0.25 320.54 0.47 0.54
Hex C0 51 9A 0 3A 14 19 141 2F 36
Octal 300 121 232 0 72 24 31 501 57 66
Binary 11000000 1010001 10011010 0 111010 10100 11001 101000001 101111 110110

Color Harmonies of #C0519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0519A

Black with #C0519A

Text Example


Text Example

White with #C0519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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