Html Css Color HEX #C2477E Mulberry

📋 copy color: '#C2477E'

red 194 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #C2477E

Tints of Mulberry #C2477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 49.62%
G = 18.16%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2477E (or 0xC2477E) is known color: Mulberry. HEX triplet: C2, 47 and 7E. RGB value is (194,71,126). Sum of RGB (Red+Green+Blue) = 194+71+126=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477E is #3DB881. Grayscale: #717171. Windows color (decimal): -4044930 or 8275906. OLE color: 8275906.

HSL color Cylindrical-coordinate representation of color #C2477E: hue angle of 333.17º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2477E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 126 -
CMYK 0 0.63 0.35 0.24
HSL 333.17º 0.5% 0.52% -
HSV(B) 333.17º 0.63% 0.76% -
XYZ 28.27 17.48 21.62 -
YUV 114.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 194 71 126 0 0.63 0.35 0.24 333.17 0.5 0.52
Hex C2 47 7E 0 3F 23 18 14D 32 34
Octal 302 107 176 0 77 43 30 515 62 64
Binary 11000010 1000111 1111110 0 111111 100011 11000 101001101 110010 110100

Color Harmonies of #C2477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2477E

Black with #C2477E

Text Example


Text Example

White with #C2477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2477E; }

 p { color: rgb(194,71,126); }

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

background-color css

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

 a { background-color: rgb(194,71,126); }

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

border-color css

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

 span { border-color: rgb(194,71,126); }

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