Html Css Color HEX #C2538D Mulberry

📋 copy color: '#C2538D'

red 194 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #C2538D

Tints of Mulberry #C2538D

RGB

 RED value IS 194 (76.17% from 255) = 46.41%

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

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

R = 46.41%
G = 19.86%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2538D (or 0xC2538D) is known color: Mulberry. HEX triplet: C2, 53 and 8D. RGB value is (194,83,141). Sum of RGB (Red+Green+Blue) = 194+83+141=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2538D is #3DAC72. Grayscale: #7A7A7A. Windows color (decimal): -4041843 or 9262018. OLE color: 9262018.

HSL color Cylindrical-coordinate representation of color #C2538D: hue angle of 328.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2538D is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 141 -
CMYK 0 0.57 0.27 0.24
HSL 328.65º 0.48% 0.54% -
HSV(B) 328.65º 0.57% 0.76% -
XYZ 30.15 19.58 27.39 -
YUV 122.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 194 83 141 0 0.57 0.27 0.24 328.65 0.48 0.54
Hex C2 53 8D 0 39 1B 18 149 30 36
Octal 302 123 215 0 71 33 30 511 60 66
Binary 11000010 1010011 10001101 0 111001 11011 11000 101001001 110000 110110

Color Harmonies of #C2538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2538D

Black with #C2538D

Text Example


Text Example

White with #C2538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2538D; }

 p { color: rgb(194,83,141); }

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

background-color css

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

 a { background-color: rgb(194,83,141); }

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

border-color css

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

 span { border-color: rgb(194,83,141); }

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