Html Css Color HEX #C74A9D Mulberry

📋 copy color: '#C74A9D'

red 199 ◦ green 74 ◦ blue 157

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

Shades of Mulberry #C74A9D

Tints of Mulberry #C74A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 46.28%
G = 17.21%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C74A9D (or 0xC74A9D) is known color: Mulberry. HEX triplet: C7, 4A and 9D. RGB value is (199,74,157). Sum of RGB (Red+Green+Blue) = 199+74+157=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A9D is #38B562. Grayscale: #787878. Windows color (decimal): -3716451 or 10308295. OLE color: 10308295.

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

Color convert

RGB 199 74 157 -
CMYK 0 0.63 0.21 0.22
HSL 320.16º 0.53% 0.54% -
HSV(B) 320.16º 0.63% 0.78% -
XYZ 32.09 19.47 33.97 -
YUV 120.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 199 74 157 0 0.63 0.21 0.22 320.16 0.53 0.54
Hex C7 4A 9D 0 3F 15 16 140 35 36
Octal 307 112 235 0 77 25 26 500 65 66
Binary 11000111 1001010 10011101 0 111111 10101 10110 101000000 110101 110110

Color Harmonies of #C74A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A9D

Black with #C74A9D

Text Example


Text Example

White with #C74A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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