Html Css Color HEX #C2538B Mulberry

📋 copy color: '#C2538B'

red 194 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #C2538B

Tints of Mulberry #C2538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 46.63%
G = 19.95%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2538B (or 0xC2538B) is known color: Mulberry. HEX triplet: C2, 53 and 8B. RGB value is (194,83,139). Sum of RGB (Red+Green+Blue) = 194+83+139=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2538B is #3DAC74. Grayscale: #7A7A7A. Windows color (decimal): -4041845 or 9130946. OLE color: 9130946.

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

Color convert

RGB 194 83 139 -
CMYK 0 0.57 0.28 0.24
HSL 329.73º 0.48% 0.54% -
HSV(B) 329.73º 0.57% 0.76% -
XYZ 30 19.52 26.61 -
YUV 122.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 194 83 139 0 0.57 0.28 0.24 329.73 0.48 0.54
Hex C2 53 8B 0 39 1C 18 14A 30 36
Octal 302 123 213 0 71 34 30 512 60 66
Binary 11000010 1010011 10001011 0 111001 11100 11000 101001010 110000 110110

Color Harmonies of #C2538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2538B

Black with #C2538B

Text Example


Text Example

White with #C2538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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