Html Css Color HEX #C2537F Mulberry

📋 copy color: '#C2537F'

red 194 ◦ green 83 ◦ blue 127

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

Shades of Mulberry #C2537F

Tints of Mulberry #C2537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 48.02%
G = 20.54%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2537F (or 0xC2537F) is known color: Mulberry. HEX triplet: C2, 53 and 7F. RGB value is (194,83,127). Sum of RGB (Red+Green+Blue) = 194+83+127=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2537F is #3DAC80. Grayscale: #797979. Windows color (decimal): -4041857 or 8344514. OLE color: 8344514.

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

Color convert

RGB 194 83 127 -
CMYK 0 0.57 0.35 0.24
HSL 336.22º 0.48% 0.54% -
HSV(B) 336.22º 0.57% 0.76% -
XYZ 29.17 19.19 22.24 -
YUV 121.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 194 83 127 0 0.57 0.35 0.24 336.22 0.48 0.54
Hex C2 53 7F 0 39 23 18 150 30 36
Octal 302 123 177 0 71 43 30 520 60 66
Binary 11000010 1010011 1111111 0 111001 100011 11000 101010000 110000 110110

Color Harmonies of #C2537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2537F

Black with #C2537F

Text Example


Text Example

White with #C2537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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