Html Css Color HEX #C2449F Mulberry

📋 copy color: '#C2449F'

red 194 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #C2449F

Tints of Mulberry #C2449F

RGB

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

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

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

R = 46.08%
G = 16.15%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2449F (or 0xC2449F) is known color: Mulberry. HEX triplet: C2, 44 and 9F. RGB value is (194,68,159). Sum of RGB (Red+Green+Blue) = 194+68+159=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2449F is #3DBB60. Grayscale: #737373. Windows color (decimal): -4045665 or 10437826. OLE color: 10437826.

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

Color convert

RGB 194 68 159 -
CMYK 0 0.65 0.18 0.24
HSL 316.67º 0.51% 0.51% -
HSV(B) 316.67º 0.65% 0.76% -
XYZ 30.57 18.11 34.68 -
YUV 116.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 194 68 159 0 0.65 0.18 0.24 316.67 0.51 0.51
Hex C2 44 9F 0 41 12 18 13D 33 33
Octal 302 104 237 0 101 22 30 475 63 63
Binary 11000010 1000100 10011111 0 1000001 10010 11000 100111101 110011 110011

Color Harmonies of #C2449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2449F

Black with #C2449F

Text Example


Text Example

White with #C2449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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