Html Css Color HEX #C74788 Mulberry

📋 copy color: '#C74788'

red 199 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #C74788

Tints of Mulberry #C74788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 49.01%
G = 17.49%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C74788 (or 0xC74788) is known color: Mulberry. HEX triplet: C7, 47 and 88. RGB value is (199,71,136). Sum of RGB (Red+Green+Blue) = 199+71+136=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74788 is #38B877. Grayscale: #747474. Windows color (decimal): -3717240 or 8931271. OLE color: 8931271.

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

Color convert

RGB 199 71 136 -
CMYK 0 0.64 0.32 0.22
HSL 329.53º 0.53% 0.53% -
HSV(B) 329.53º 0.64% 0.78% -
XYZ 30.25 18.43 25.25 -
YUV 116.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 199 71 136 0 0.64 0.32 0.22 329.53 0.53 0.53
Hex C7 47 88 0 40 20 16 14A 35 35
Octal 307 107 210 0 100 40 26 512 65 65
Binary 11000111 1000111 10001000 0 1000000 100000 10110 101001010 110101 110101

Color Harmonies of #C74788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74788

Black with #C74788

Text Example


Text Example

White with #C74788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74788; }

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

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

background-color css

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

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

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

border-color css

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

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

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