Html Css Color HEX #C74E80 Mulberry

📋 copy color: '#C74E80'

red 199 ◦ green 78 ◦ blue 128

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

Shades of Mulberry #C74E80

Tints of Mulberry #C74E80

RGB

 RED value IS 199 (78.13% from 255) = 49.14%

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 49.14%
G = 19.26%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C74E80 (or 0xC74E80) is known color: Mulberry. HEX triplet: C7, 4E and 80. RGB value is (199,78,128). Sum of RGB (Red+Green+Blue) = 199+78+128=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E80 is #38B17F. Grayscale: #777777. Windows color (decimal): -3715456 or 8408775. OLE color: 8408775.

HSL color Cylindrical-coordinate representation of color #C74E80: hue angle of 335.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E80 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 128 -
CMYK 0 0.61 0.36 0.22
HSL 335.21º 0.52% 0.54% -
HSV(B) 335.21º 0.61% 0.78% -
XYZ 30.17 19.15 22.53 -
YUV 119.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 199 78 128 0 0.61 0.36 0.22 335.21 0.52 0.54
Hex C7 4E 80 0 3D 24 16 14F 34 36
Octal 307 116 200 0 75 44 26 517 64 66
Binary 11000111 1001110 10000000 0 111101 100100 10110 101001111 110100 110110

Color Harmonies of #C74E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E80

Black with #C74E80

Text Example


Text Example

White with #C74E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E80; }

 p { color: rgb(199,78,128); }

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

background-color css

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

 a { background-color: rgb(199,78,128); }

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

border-color css

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

 span { border-color: rgb(199,78,128); }

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