Html Css Color HEX #C2477F Mulberry

📋 copy color: '#C2477F'

red 194 ◦ green 71 ◦ blue 127

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

Shades of Mulberry #C2477F

Tints of Mulberry #C2477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 49.49%
G = 18.11%
B = 32.4%

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

#C2477F (or 0xC2477F) is known color: Mulberry. HEX triplet: C2, 47 and 7F. RGB value is (194,71,127). Sum of RGB (Red+Green+Blue) = 194+71+127=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477F is #3DB880. Grayscale: #727272. Windows color (decimal): -4044929 or 8341442. OLE color: 8341442.

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

Color convert

RGB 194 71 127 -
CMYK 0 0.63 0.35 0.24
HSL 332.68º 0.5% 0.52% -
HSV(B) 332.68º 0.63% 0.76% -
XYZ 28.33 17.51 21.96 -
YUV 114.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 194 71 127 0 0.63 0.35 0.24 332.68 0.5 0.52
Hex C2 47 7F 0 3F 23 18 14D 32 34
Octal 302 107 177 0 77 43 30 515 62 64
Binary 11000010 1000111 1111111 0 111111 100011 11000 101001101 110010 110100

Color Harmonies of #C2477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2477F

Black with #C2477F

Text Example


Text Example

White with #C2477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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