Html Css Color HEX #C2549B Mulberry

📋 copy color: '#C2549B'

red 194 ◦ green 84 ◦ blue 155

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

Shades of Mulberry #C2549B

Tints of Mulberry #C2549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 44.8%
G = 19.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2549B (or 0xC2549B) is known color: Mulberry. HEX triplet: C2, 54 and 9B. RGB value is (194,84,155). Sum of RGB (Red+Green+Blue) = 194+84+155=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549B is #3DAB64. Grayscale: #7C7C7C. Windows color (decimal): -4041573 or 10179778. OLE color: 10179778.

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

Color convert

RGB 194 84 155 -
CMYK 0 0.57 0.20 0.24
HSL 321.27º 0.47% 0.55% -
HSV(B) 321.27º 0.57% 0.76% -
XYZ 31.33 20.18 33.25 -
YUV 124.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 194 84 155 0 0.57 0.20 0.24 321.27 0.47 0.55
Hex C2 54 9B 0 39 14 18 141 2F 37
Octal 302 124 233 0 71 24 30 501 57 67
Binary 11000010 1010100 10011011 0 111001 10100 11000 101000001 101111 110111

Color Harmonies of #C2549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2549B

Black with #C2549B

Text Example


Text Example

White with #C2549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2549B; }

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

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

background-color css

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

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

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

border-color css

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

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

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