Html Css Color HEX #C74588 Mulberry

📋 copy color: '#C74588'

red 199 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #C74588

Tints of Mulberry #C74588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 49.26%
G = 17.08%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C74588 (or 0xC74588) is known color: Mulberry. HEX triplet: C7, 45 and 88. RGB value is (199,69,136). Sum of RGB (Red+Green+Blue) = 199+69+136=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C74588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74588 is #38BA77. Grayscale: #737373. Windows color (decimal): -3717752 or 8930759. OLE color: 8930759.

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

Color convert

RGB 199 69 136 -
CMYK 0 0.65 0.32 0.22
HSL 329.08º 0.54% 0.53% -
HSV(B) 329.08º 0.65% 0.78% -
XYZ 30.13 18.18 25.21 -
YUV 115.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 199 69 136 0 0.65 0.32 0.22 329.08 0.54 0.53
Hex C7 45 88 0 41 20 16 149 36 35
Octal 307 105 210 0 101 40 26 511 66 65
Binary 11000111 1000101 10001000 0 1000001 100000 10110 101001001 110110 110101

Color Harmonies of #C74588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74588

Black with #C74588

Text Example


Text Example

White with #C74588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74588; }

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

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

background-color css

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

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

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

border-color css

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

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

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