Html Css Color HEX #C2449A Mulberry

📋 copy color: '#C2449A'

red 194 ◦ green 68 ◦ blue 154

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

Shades of Mulberry #C2449A

Tints of Mulberry #C2449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 46.63%
G = 16.35%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2449A (or 0xC2449A) is known color: Mulberry. HEX triplet: C2, 44 and 9A. RGB value is (194,68,154). Sum of RGB (Red+Green+Blue) = 194+68+154=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2449A is #3DBB65. Grayscale: #737373. Windows color (decimal): -4045670 or 10110146. OLE color: 10110146.

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

Color convert

RGB 194 68 154 -
CMYK 0 0.65 0.21 0.24
HSL 319.05º 0.51% 0.51% -
HSV(B) 319.05º 0.65% 0.76% -
XYZ 30.15 17.94 32.45 -
YUV 115.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 194 68 154 0 0.65 0.21 0.24 319.05 0.51 0.51
Hex C2 44 9A 0 41 15 18 13F 33 33
Octal 302 104 232 0 101 25 30 477 63 63
Binary 11000010 1000100 10011010 0 1000001 10101 11000 100111111 110011 110011

Color Harmonies of #C2449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2449A

Black with #C2449A

Text Example


Text Example

White with #C2449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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