Html Css Color HEX #C2548D Mulberry

📋 copy color: '#C2548D'

red 194 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #C2548D

Tints of Mulberry #C2548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 46.3%
G = 20.05%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2548D (or 0xC2548D) is known color: Mulberry. HEX triplet: C2, 54 and 8D. RGB value is (194,84,141). Sum of RGB (Red+Green+Blue) = 194+84+141=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2548D is #3DAB72. Grayscale: #7B7B7B. Windows color (decimal): -4041587 or 9262274. OLE color: 9262274.

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

Color convert

RGB 194 84 141 -
CMYK 0 0.57 0.27 0.24
HSL 328.91º 0.47% 0.55% -
HSV(B) 328.91º 0.57% 0.76% -
XYZ 30.23 19.73 27.42 -
YUV 123.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 194 84 141 0 0.57 0.27 0.24 328.91 0.47 0.55
Hex C2 54 8D 0 39 1B 18 149 2F 37
Octal 302 124 215 0 71 33 30 511 57 67
Binary 11000010 1010100 10001101 0 111001 11011 11000 101001001 101111 110111

Color Harmonies of #C2548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2548D

Black with #C2548D

Text Example


Text Example

White with #C2548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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