Html Css Color HEX #C2579F Mulberry

📋 copy color: '#C2579F'

red 194 ◦ green 87 ◦ blue 159

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

Shades of Mulberry #C2579F

Tints of Mulberry #C2579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 44.09%
G = 19.77%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2579F (or 0xC2579F) is known color: Mulberry. HEX triplet: C2, 57 and 9F. RGB value is (194,87,159). Sum of RGB (Red+Green+Blue) = 194+87+159=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2579F is #3DA860. Grayscale: #7F7F7F. Windows color (decimal): -4040801 or 10442690. OLE color: 10442690.

HSL color Cylindrical-coordinate representation of color #C2579F: hue angle of 319.63º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2579F is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 159 -
CMYK 0 0.55 0.18 0.24
HSL 319.63º 0.47% 0.55% -
HSV(B) 319.63º 0.55% 0.76% -
XYZ 31.91 20.79 35.13 -
YUV 127.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 194 87 159 0 0.55 0.18 0.24 319.63 0.47 0.55
Hex C2 57 9F 0 37 12 18 140 2F 37
Octal 302 127 237 0 67 22 30 500 57 67
Binary 11000010 1010111 10011111 0 110111 10010 11000 101000000 101111 110111

Color Harmonies of #C2579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2579F

Black with #C2579F

Text Example


Text Example

White with #C2579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2579F; }

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

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

background-color css

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

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

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

border-color css

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

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

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