Html Css Color HEX #C2518A Mulberry

📋 copy color: '#C2518A'

red 194 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #C2518A

Tints of Mulberry #C2518A

RGB

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

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

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

R = 46.97%
G = 19.61%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2518A (or 0xC2518A) is known color: Mulberry. HEX triplet: C2, 51 and 8A. RGB value is (194,81,138). Sum of RGB (Red+Green+Blue) = 194+81+138=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2518A is #3DAE75. Grayscale: #797979. Windows color (decimal): -4042358 or 9064898. OLE color: 9064898.

HSL color Cylindrical-coordinate representation of color #C2518A: 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.58%. Process color model (Four color, CMYK) of #C2518A is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 138 -
CMYK 0 0.58 0.29 0.24
HSL 329.73º 0.48% 0.54% -
HSV(B) 329.73º 0.58% 0.76% -
XYZ 29.78 19.19 26.18 -
YUV 121.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 194 81 138 0 0.58 0.29 0.24 329.73 0.48 0.54
Hex C2 51 8A 0 3A 1D 18 14A 30 36
Octal 302 121 212 0 72 35 30 512 60 66
Binary 11000010 1010001 10001010 0 111010 11101 11000 101001010 110000 110110

Color Harmonies of #C2518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2518A

Black with #C2518A

Text Example


Text Example

White with #C2518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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