Html Css Color HEX #C2549D Mulberry

📋 copy color: '#C2549D'

red 194 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #C2549D

Tints of Mulberry #C2549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 44.6%
G = 19.31%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2549D (or 0xC2549D) is known color: Mulberry. HEX triplet: C2, 54 and 9D. RGB value is (194,84,157). Sum of RGB (Red+Green+Blue) = 194+84+157=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549D is #3DAB62. Grayscale: #7D7D7D. Windows color (decimal): -4041571 or 10310850. OLE color: 10310850.

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

Color convert

RGB 194 84 157 -
CMYK 0 0.57 0.19 0.24
HSL 320.18º 0.47% 0.55% -
HSV(B) 320.18º 0.57% 0.76% -
XYZ 31.5 20.24 34.15 -
YUV 125.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 194 84 157 0 0.57 0.19 0.24 320.18 0.47 0.55
Hex C2 54 9D 0 39 13 18 140 2F 37
Octal 302 124 235 0 71 23 30 500 57 67
Binary 11000010 1010100 10011101 0 111001 10011 11000 101000000 101111 110111

Color Harmonies of #C2549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2549D

Black with #C2549D

Text Example


Text Example

White with #C2549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2549D; }

 p { color: rgb(194,84,157); }

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

background-color css

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

 a { background-color: rgb(194,84,157); }

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

border-color css

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

 span { border-color: rgb(194,84,157); }

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