Html Css Color HEX #C2548C Mulberry

📋 copy color: '#C2548C'

red 194 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C2548C

Tints of Mulberry #C2548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 46.41%
G = 20.1%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2548C (or 0xC2548C) is known color: Mulberry. HEX triplet: C2, 54 and 8C. RGB value is (194,84,140). Sum of RGB (Red+Green+Blue) = 194+84+140=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2548C is #3DAB73. Grayscale: #7B7B7B. Windows color (decimal): -4041588 or 9196738. OLE color: 9196738.

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

Color convert

RGB 194 84 140 -
CMYK 0 0.57 0.28 0.24
HSL 329.45º 0.47% 0.55% -
HSV(B) 329.45º 0.57% 0.76% -
XYZ 30.15 19.7 27.02 -
YUV 123.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 194 84 140 0 0.57 0.28 0.24 329.45 0.47 0.55
Hex C2 54 8C 0 39 1C 18 149 2F 37
Octal 302 124 214 0 71 34 30 511 57 67
Binary 11000010 1010100 10001100 0 111001 11100 11000 101001001 101111 110111

Color Harmonies of #C2548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2548C

Black with #C2548C

Text Example


Text Example

White with #C2548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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