Html Css Color HEX #C2519F Mulberry

📋 copy color: '#C2519F'

red 194 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #C2519F

Tints of Mulberry #C2519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 44.7%
G = 18.66%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2519F (or 0xC2519F) is known color: Mulberry. HEX triplet: C2, 51 and 9F. RGB value is (194,81,159). Sum of RGB (Red+Green+Blue) = 194+81+159=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2519F is #3DAE60. Grayscale: #7B7B7B. Windows color (decimal): -4042337 or 10441154. OLE color: 10441154.

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

Color convert

RGB 194 81 159 -
CMYK 0 0.58 0.18 0.24
HSL 318.58º 0.48% 0.54% -
HSV(B) 318.58º 0.58% 0.76% -
XYZ 31.45 19.86 34.98 -
YUV 123.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 194 81 159 0 0.58 0.18 0.24 318.58 0.48 0.54
Hex C2 51 9F 0 3A 12 18 13F 30 36
Octal 302 121 237 0 72 22 30 477 60 66
Binary 11000010 1010001 10011111 0 111010 10010 11000 100111111 110000 110110

Color Harmonies of #C2519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2519F

Black with #C2519F

Text Example


Text Example

White with #C2519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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