Html Css Color HEX #C0538A Mulberry

📋 copy color: '#C0538A'

red 192 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #C0538A

Tints of Mulberry #C0538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 46.49%
G = 20.1%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0538A (or 0xC0538A) is known color: Mulberry. HEX triplet: C0, 53 and 8A. RGB value is (192,83,138). Sum of RGB (Red+Green+Blue) = 192+83+138=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0538A is #3FAC75. Grayscale: #797979. Windows color (decimal): -4172918 or 9065408. OLE color: 9065408.

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

Color convert

RGB 192 83 138 -
CMYK 0 0.57 0.28 0.25
HSL 329.72º 0.46% 0.54% -
HSV(B) 329.72º 0.57% 0.75% -
XYZ 29.42 19.23 26.21 -
YUV 121.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 192 83 138 0 0.57 0.28 0.25 329.72 0.46 0.54
Hex C0 53 8A 0 39 1C 19 14A 2E 36
Octal 300 123 212 0 71 34 31 512 56 66
Binary 11000000 1010011 10001010 0 111001 11100 11001 101001010 101110 110110

Color Harmonies of #C0538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0538A

Black with #C0538A

Text Example


Text Example

White with #C0538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0538A; }

 p { color: rgb(192,83,138); }

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

background-color css

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

 a { background-color: rgb(192,83,138); }

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

border-color css

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

 span { border-color: rgb(192,83,138); }

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