Html Css Color HEX #C2489D Mulberry

📋 copy color: '#C2489D'

red 194 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #C2489D

Tints of Mulberry #C2489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 45.86%
G = 17.02%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2489D (or 0xC2489D) is known color: Mulberry. HEX triplet: C2, 48 and 9D. RGB value is (194,72,157). Sum of RGB (Red+Green+Blue) = 194+72+157=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2489D is #3DB762. Grayscale: #757575. Windows color (decimal): -4044643 or 10307778. OLE color: 10307778.

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

Color convert

RGB 194 72 157 -
CMYK 0 0.63 0.19 0.24
HSL 318.2º 0.5% 0.52% -
HSV(B) 318.2º 0.63% 0.76% -
XYZ 30.65 18.54 33.86 -
YUV 118.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 194 72 157 0 0.63 0.19 0.24 318.2 0.5 0.52
Hex C2 48 9D 0 3F 13 18 13E 32 34
Octal 302 110 235 0 77 23 30 476 62 64
Binary 11000010 1001000 10011101 0 111111 10011 11000 100111110 110010 110100

Color Harmonies of #C2489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2489D

Black with #C2489D

Text Example


Text Example

White with #C2489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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