Html Css Color HEX #C2538A Mulberry

📋 copy color: '#C2538A'

red 194 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #C2538A

Tints of Mulberry #C2538A

RGB

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

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

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

R = 46.75%
G = 20%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2538A (or 0xC2538A) is known color: Mulberry. HEX triplet: C2, 53 and 8A. RGB value is (194,83,138). Sum of RGB (Red+Green+Blue) = 194+83+138=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2538A is #3DAC75. Grayscale: #7A7A7A. Windows color (decimal): -4041846 or 9065410. OLE color: 9065410.

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

Color convert

RGB 194 83 138 -
CMYK 0 0.57 0.29 0.24
HSL 330.27º 0.48% 0.54% -
HSV(B) 330.27º 0.57% 0.76% -
XYZ 29.93 19.49 26.23 -
YUV 122.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 194 83 138 0 0.57 0.29 0.24 330.27 0.48 0.54
Hex C2 53 8A 0 39 1D 18 14A 30 36
Octal 302 123 212 0 71 35 30 512 60 66
Binary 11000010 1010011 10001010 0 111001 11101 11000 101001010 110000 110110

Color Harmonies of #C2538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2538A

Black with #C2538A

Text Example


Text Example

White with #C2538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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