Html Css Color HEX #C2448E Mulberry

📋 copy color: '#C2448E'

red 194 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #C2448E

Tints of Mulberry #C2448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 48.02%
G = 16.83%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2448E (or 0xC2448E) is known color: Mulberry. HEX triplet: C2, 44 and 8E. RGB value is (194,68,142). Sum of RGB (Red+Green+Blue) = 194+68+142=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2448E is #3DBB71. Grayscale: #717171. Windows color (decimal): -4045682 or 9323714. OLE color: 9323714.

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

Color convert

RGB 194 68 142 -
CMYK 0 0.65 0.27 0.24
HSL 324.76º 0.51% 0.51% -
HSV(B) 324.76º 0.65% 0.76% -
XYZ 29.2 17.56 27.44 -
YUV 114.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 194 68 142 0 0.65 0.27 0.24 324.76 0.51 0.51
Hex C2 44 8E 0 41 1B 18 145 33 33
Octal 302 104 216 0 101 33 30 505 63 63
Binary 11000010 1000100 10001110 0 1000001 11011 11000 101000101 110011 110011

Color Harmonies of #C2448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2448E

Black with #C2448E

Text Example


Text Example

White with #C2448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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