Html Css Color HEX #C0518D Mulberry

📋 copy color: '#C0518D'

red 192 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #C0518D

Tints of Mulberry #C0518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 46.38%
G = 19.57%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0518D (or 0xC0518D) is known color: Mulberry. HEX triplet: C0, 51 and 8D. RGB value is (192,81,141). Sum of RGB (Red+Green+Blue) = 192+81+141=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0518D is #3FAE72. Grayscale: #787878. Windows color (decimal): -4173427 or 9261504. OLE color: 9261504.

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

Color convert

RGB 192 81 141 -
CMYK 0 0.58 0.27 0.25
HSL 327.57º 0.47% 0.54% -
HSV(B) 327.57º 0.58% 0.75% -
XYZ 29.49 19.01 27.32 -
YUV 121.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 192 81 141 0 0.58 0.27 0.25 327.57 0.47 0.54
Hex C0 51 8D 0 3A 1B 19 148 2F 36
Octal 300 121 215 0 72 33 31 510 57 66
Binary 11000000 1010001 10001101 0 111010 11011 11001 101001000 101111 110110

Color Harmonies of #C0518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0518D

Black with #C0518D

Text Example


Text Example

White with #C0518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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