Html Css Color HEX #C2519E Mulberry

📋 copy color: '#C2519E'

red 194 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #C2519E

Tints of Mulberry #C2519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 44.8%
G = 18.71%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2519E (or 0xC2519E) is known color: Mulberry. HEX triplet: C2, 51 and 9E. RGB value is (194,81,158). Sum of RGB (Red+Green+Blue) = 194+81+158=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2519E is #3DAE61. Grayscale: #7B7B7B. Windows color (decimal): -4042338 or 10375618. OLE color: 10375618.

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

Color convert

RGB 194 81 158 -
CMYK 0 0.58 0.19 0.24
HSL 319.12º 0.48% 0.54% -
HSV(B) 319.12º 0.58% 0.76% -
XYZ 31.36 19.82 34.52 -
YUV 123.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 194 81 158 0 0.58 0.19 0.24 319.12 0.48 0.54
Hex C2 51 9E 0 3A 13 18 13F 30 36
Octal 302 121 236 0 72 23 30 477 60 66
Binary 11000010 1010001 10011110 0 111010 10011 11000 100111111 110000 110110

Color Harmonies of #C2519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2519E

Black with #C2519E

Text Example


Text Example

White with #C2519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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