Html Css Color HEX #C2497F Mulberry

📋 copy color: '#C2497F'

red 194 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #C2497F

Tints of Mulberry #C2497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 49.24%
G = 18.53%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2497F (or 0xC2497F) is known color: Mulberry. HEX triplet: C2, 49 and 7F. RGB value is (194,73,127). Sum of RGB (Red+Green+Blue) = 194+73+127=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497F is #3DB680. Grayscale: #737373. Windows color (decimal): -4044417 or 8341954. OLE color: 8341954.

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

Color convert

RGB 194 73 127 -
CMYK 0 0.62 0.35 0.24
HSL 333.22º 0.5% 0.52% -
HSV(B) 333.22º 0.62% 0.76% -
XYZ 28.46 17.77 22.01 -
YUV 115.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 194 73 127 0 0.62 0.35 0.24 333.22 0.5 0.52
Hex C2 49 7F 0 3E 23 18 14D 32 34
Octal 302 111 177 0 76 43 30 515 62 64
Binary 11000010 1001001 1111111 0 111110 100011 11000 101001101 110010 110100

Color Harmonies of #C2497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2497F

Black with #C2497F

Text Example


Text Example

White with #C2497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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