Html Css Color HEX #C74791 Mulberry

📋 copy color: '#C74791'

red 199 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #C74791

Tints of Mulberry #C74791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.11%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 47.95%
G = 17.11%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C74791 (or 0xC74791) is known color: Mulberry. HEX triplet: C7, 47 and 91. RGB value is (199,71,145). Sum of RGB (Red+Green+Blue) = 199+71+145=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74791 is #38B86E. Grayscale: #757575. Windows color (decimal): -3717231 or 9521095. OLE color: 9521095.

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

Color convert

RGB 199 71 145 -
CMYK 0 0.64 0.27 0.22
HSL 325.31º 0.53% 0.53% -
HSV(B) 325.31º 0.64% 0.78% -
XYZ 30.92 18.69 28.77 -
YUV 117.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 199 71 145 0 0.64 0.27 0.22 325.31 0.53 0.53
Hex C7 47 91 0 40 1B 16 145 35 35
Octal 307 107 221 0 100 33 26 505 65 65
Binary 11000111 1000111 10010001 0 1000000 11011 10110 101000101 110101 110101

Color Harmonies of #C74791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74791

Black with #C74791

Text Example


Text Example

White with #C74791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74791; }

 p { color: rgb(199,71,145); }

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

background-color css

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

 a { background-color: rgb(199,71,145); }

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

border-color css

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

 span { border-color: rgb(199,71,145); }

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