Html Css Color HEX #C74699 Mulberry

📋 copy color: '#C74699'

red 199 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #C74699

Tints of Mulberry #C74699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 47.16%
G = 16.59%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C74699 (or 0xC74699) is known color: Mulberry. HEX triplet: C7, 46 and 99. RGB value is (199,70,153). Sum of RGB (Red+Green+Blue) = 199+70+153=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C74699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74699 is #38B966. Grayscale: #757575. Windows color (decimal): -3717479 or 10045127. OLE color: 10045127.

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

Color convert

RGB 199 70 153 -
CMYK 0 0.65 0.23 0.22
HSL 321.4º 0.54% 0.53% -
HSV(B) 321.4º 0.65% 0.78% -
XYZ 31.49 18.82 32.11 -
YUV 118.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 199 70 153 0 0.65 0.23 0.22 321.4 0.54 0.53
Hex C7 46 99 0 41 17 16 141 36 35
Octal 307 106 231 0 101 27 26 501 66 65
Binary 11000111 1000110 10011001 0 1000001 10111 10110 101000001 110110 110101

Color Harmonies of #C74699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74699

Black with #C74699

Text Example


Text Example

White with #C74699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74699; }

 p { color: rgb(199,70,153); }

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

background-color css

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

 a { background-color: rgb(199,70,153); }

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

border-color css

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

 span { border-color: rgb(199,70,153); }

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