Html Css Color HEX #C2499F Mulberry

📋 copy color: '#C2499F'

red 194 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #C2499F

Tints of Mulberry #C2499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.14%

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

R = 45.54%
G = 17.14%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2499F (or 0xC2499F) is known color: Mulberry. HEX triplet: C2, 49 and 9F. RGB value is (194,73,159). Sum of RGB (Red+Green+Blue) = 194+73+159=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2499F is #3DB660. Grayscale: #767676. Windows color (decimal): -4044385 or 10439106. OLE color: 10439106.

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

Color convert

RGB 194 73 159 -
CMYK 0 0.62 0.18 0.24
HSL 317.36º 0.5% 0.52% -
HSV(B) 317.36º 0.62% 0.76% -
XYZ 30.89 18.74 34.79 -
YUV 118.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 194 73 159 0 0.62 0.18 0.24 317.36 0.5 0.52
Hex C2 49 9F 0 3E 12 18 13D 32 34
Octal 302 111 237 0 76 22 30 475 62 64
Binary 11000010 1001001 10011111 0 111110 10010 11000 100111101 110010 110100

Color Harmonies of #C2499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2499F

Black with #C2499F

Text Example


Text Example

White with #C2499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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