Html Css Color HEX #C2428E Mulberry

📋 copy color: '#C2428E'

red 194 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #C2428E

Tints of Mulberry #C2428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

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

R = 48.26%
G = 16.42%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2428E (or 0xC2428E) is known color: Mulberry. HEX triplet: C2, 42 and 8E. RGB value is (194,66,142). Sum of RGB (Red+Green+Blue) = 194+66+142=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2428E is #3DBD71. Grayscale: #707070. Windows color (decimal): -4046194 or 9323202. OLE color: 9323202.

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

Color convert

RGB 194 66 142 -
CMYK 0 0.66 0.27 0.24
HSL 324.38º 0.51% 0.51% -
HSV(B) 324.38º 0.66% 0.76% -
XYZ 29.08 17.32 27.4 -
YUV 112.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 194 66 142 0 0.66 0.27 0.24 324.38 0.51 0.51
Hex C2 42 8E 0 42 1B 18 144 33 33
Octal 302 102 216 0 102 33 30 504 63 63
Binary 11000010 1000010 10001110 0 1000010 11011 11000 101000100 110011 110011

Color Harmonies of #C2428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2428E

Black with #C2428E

Text Example


Text Example

White with #C2428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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