Html Css Color HEX #C0538E Mulberry

📋 copy color: '#C0538E'

red 192 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #C0538E

Tints of Mulberry #C0538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 46.04%
G = 19.9%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0538E (or 0xC0538E) is known color: Mulberry. HEX triplet: C0, 53 and 8E. RGB value is (192,83,142). Sum of RGB (Red+Green+Blue) = 192+83+142=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0538E is #3FAC71. Grayscale: #7A7A7A. Windows color (decimal): -4172914 or 9327552. OLE color: 9327552.

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

Color convert

RGB 192 83 142 -
CMYK 0 0.57 0.26 0.25
HSL 327.52º 0.46% 0.54% -
HSV(B) 327.52º 0.57% 0.75% -
XYZ 29.71 19.35 27.76 -
YUV 122.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 192 83 142 0 0.57 0.26 0.25 327.52 0.46 0.54
Hex C0 53 8E 0 39 1A 19 148 2E 36
Octal 300 123 216 0 71 32 31 510 56 66
Binary 11000000 1010011 10001110 0 111001 11010 11001 101001000 101110 110110

Color Harmonies of #C0538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0538E

Black with #C0538E

Text Example


Text Example

White with #C0538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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