Html Css Color HEX #C2518B Mulberry

📋 copy color: '#C2518B'

red 194 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #C2518B

Tints of Mulberry #C2518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 46.86%
G = 19.57%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2518B (or 0xC2518B) is known color: Mulberry. HEX triplet: C2, 51 and 8B. RGB value is (194,81,139). Sum of RGB (Red+Green+Blue) = 194+81+139=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2518B is #3DAE74. Grayscale: #797979. Windows color (decimal): -4042357 or 9130434. OLE color: 9130434.

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

Color convert

RGB 194 81 139 -
CMYK 0 0.58 0.28 0.24
HSL 329.2º 0.48% 0.54% -
HSV(B) 329.2º 0.58% 0.76% -
XYZ 29.85 19.22 26.56 -
YUV 121.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 194 81 139 0 0.58 0.28 0.24 329.2 0.48 0.54
Hex C2 51 8B 0 3A 1C 18 149 30 36
Octal 302 121 213 0 72 34 30 511 60 66
Binary 11000010 1010001 10001011 0 111010 11100 11000 101001001 110000 110110

Color Harmonies of #C2518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2518B

Black with #C2518B

Text Example


Text Example

White with #C2518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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