Html Css Color HEX #C74A87 Mulberry

📋 copy color: '#C74A87'

red 199 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #C74A87

Tints of Mulberry #C74A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 48.77%
G = 18.14%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C74A87 (or 0xC74A87) is known color: Mulberry. HEX triplet: C7, 4A and 87. RGB value is (199,74,135). Sum of RGB (Red+Green+Blue) = 199+74+135=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A87 is #38B578. Grayscale: #767676. Windows color (decimal): -3716473 or 8866503. OLE color: 8866503.

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

Color convert

RGB 199 74 135 -
CMYK 0 0.63 0.32 0.22
HSL 330.72º 0.53% 0.54% -
HSV(B) 330.72º 0.63% 0.78% -
XYZ 30.38 18.79 24.95 -
YUV 118.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 199 74 135 0 0.63 0.32 0.22 330.72 0.53 0.54
Hex C7 4A 87 0 3F 20 16 14B 35 36
Octal 307 112 207 0 77 40 26 513 65 66
Binary 11000111 1001010 10000111 0 111111 100000 10110 101001011 110101 110110

Color Harmonies of #C74A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A87

Black with #C74A87

Text Example


Text Example

White with #C74A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A87; }

 p { color: rgb(199,74,135); }

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

background-color css

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

 a { background-color: rgb(199,74,135); }

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

border-color css

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

 span { border-color: rgb(199,74,135); }

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