Html Css Color HEX #C2489F Mulberry

📋 copy color: '#C2489F'

red 194 ◦ green 72 ◦ blue 159

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

Shades of Mulberry #C2489F

Tints of Mulberry #C2489F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 45.65%
G = 16.94%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2489F (or 0xC2489F) is known color: Mulberry. HEX triplet: C2, 48 and 9F. RGB value is (194,72,159). Sum of RGB (Red+Green+Blue) = 194+72+159=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2489F is #3DB760. Grayscale: #767676. Windows color (decimal): -4044641 or 10438850. OLE color: 10438850.

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

Color convert

RGB 194 72 159 -
CMYK 0 0.63 0.18 0.24
HSL 317.21º 0.5% 0.52% -
HSV(B) 317.21º 0.63% 0.76% -
XYZ 30.82 18.61 34.77 -
YUV 118.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 194 72 159 0 0.63 0.18 0.24 317.21 0.5 0.52
Hex C2 48 9F 0 3F 12 18 13D 32 34
Octal 302 110 237 0 77 22 30 475 62 64
Binary 11000010 1001000 10011111 0 111111 10010 11000 100111101 110010 110100

Color Harmonies of #C2489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2489F

Black with #C2489F

Text Example


Text Example

White with #C2489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2489F; }

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

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

background-color css

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

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

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

border-color css

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

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

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