Html Css Color HEX #C2488A Mulberry

📋 copy color: '#C2488A'

red 194 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #C2488A

Tints of Mulberry #C2488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 48.02%
G = 17.82%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2488A (or 0xC2488A) is known color: Mulberry. HEX triplet: C2, 48 and 8A. RGB value is (194,72,138). Sum of RGB (Red+Green+Blue) = 194+72+138=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488A is #3DB775. Grayscale: #737373. Windows color (decimal): -4044662 or 9062594. OLE color: 9062594.

HSL color Cylindrical-coordinate representation of color #C2488A: hue angle of 327.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2488A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 138 -
CMYK 0 0.63 0.29 0.24
HSL 327.54º 0.5% 0.52% -
HSV(B) 327.54º 0.63% 0.76% -
XYZ 29.15 17.94 25.97 -
YUV 116 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 194 72 138 0 0.63 0.29 0.24 327.54 0.5 0.52
Hex C2 48 8A 0 3F 1D 18 148 32 34
Octal 302 110 212 0 77 35 30 510 62 64
Binary 11000010 1001000 10001010 0 111111 11101 11000 101001000 110010 110100

Color Harmonies of #C2488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2488A

Black with #C2488A

Text Example


Text Example

White with #C2488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2488A; }

 p { color: rgb(194,72,138); }

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

background-color css

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

 a { background-color: rgb(194,72,138); }

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

border-color css

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

 span { border-color: rgb(194,72,138); }

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