Html Css Color HEX #C2449D Mulberry

📋 copy color: '#C2449D'

red 194 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #C2449D

Tints of Mulberry #C2449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 46.3%
G = 16.23%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2449D (or 0xC2449D) is known color: Mulberry. HEX triplet: C2, 44 and 9D. RGB value is (194,68,157). Sum of RGB (Red+Green+Blue) = 194+68+157=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2449D is #3DBB62. Grayscale: #737373. Windows color (decimal): -4045667 or 10306754. OLE color: 10306754.

HSL color Cylindrical-coordinate representation of color #C2449D: hue angle of 317.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2449D is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 157 -
CMYK 0 0.65 0.19 0.24
HSL 317.62º 0.51% 0.51% -
HSV(B) 317.62º 0.65% 0.76% -
XYZ 30.4 18.04 33.78 -
YUV 115.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 194 68 157 0 0.65 0.19 0.24 317.62 0.51 0.51
Hex C2 44 9D 0 41 13 18 13E 33 33
Octal 302 104 235 0 101 23 30 476 63 63
Binary 11000010 1000100 10011101 0 1000001 10011 11000 100111110 110011 110011

Color Harmonies of #C2449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2449D

Black with #C2449D

Text Example


Text Example

White with #C2449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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