Html Css Color HEX #C74A8A Mulberry

📋 copy color: '#C74A8A'

red 199 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #C74A8A

Tints of Mulberry #C74A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 48.42%
G = 18%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C74A8A (or 0xC74A8A) is known color: Mulberry. HEX triplet: C7, 4A and 8A. RGB value is (199,74,138). Sum of RGB (Red+Green+Blue) = 199+74+138=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A8A is #38B575. Grayscale: #767676. Windows color (decimal): -3716470 or 9063111. OLE color: 9063111.

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

Color convert

RGB 199 74 138 -
CMYK 0 0.63 0.31 0.22
HSL 329.28º 0.53% 0.54% -
HSV(B) 329.28º 0.63% 0.78% -
XYZ 30.59 18.87 26.08 -
YUV 118.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 199 74 138 0 0.63 0.31 0.22 329.28 0.53 0.54
Hex C7 4A 8A 0 3F 1F 16 149 35 36
Octal 307 112 212 0 77 37 26 511 65 66
Binary 11000111 1001010 10001010 0 111111 11111 10110 101001001 110101 110110

Color Harmonies of #C74A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A8A

Black with #C74A8A

Text Example


Text Example

White with #C74A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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