Html Css Color HEX #C2549E Mulberry

📋 copy color: '#C2549E'

red 194 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #C2549E

Tints of Mulberry #C2549E

RGB

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

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

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

R = 44.5%
G = 19.27%
B = 36.24%

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

#C2549E (or 0xC2549E) is known color: Mulberry. HEX triplet: C2, 54 and 9E. RGB value is (194,84,158). Sum of RGB (Red+Green+Blue) = 194+84+158=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549E is #3DAB61. Grayscale: #7D7D7D. Windows color (decimal): -4041570 or 10376386. OLE color: 10376386.

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

Color convert

RGB 194 84 158 -
CMYK 0 0.57 0.19 0.24
HSL 319.64º 0.47% 0.55% -
HSV(B) 319.64º 0.57% 0.76% -
XYZ 31.59 20.28 34.6 -
YUV 125.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 194 84 158 0 0.57 0.19 0.24 319.64 0.47 0.55
Hex C2 54 9E 0 39 13 18 140 2F 37
Octal 302 124 236 0 71 23 30 500 57 67
Binary 11000010 1010100 10011110 0 111001 10011 11000 101000000 101111 110111

Color Harmonies of #C2549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2549E

Black with #C2549E

Text Example


Text Example

White with #C2549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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