Html Css Color HEX #C04E8D Mulberry

📋 copy color: '#C04E8D'

red 192 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #C04E8D

Tints of Mulberry #C04E8D

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 78 (30.86% from 255) = 18.98%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 46.72%
G = 18.98%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C04E8D (or 0xC04E8D) is known color: Mulberry. HEX triplet: C0, 4E and 8D. RGB value is (192,78,141). Sum of RGB (Red+Green+Blue) = 192+78+141=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E8D is #3FB172. Grayscale: #777777. Windows color (decimal): -4174195 or 9260736. OLE color: 9260736.

HSL color Cylindrical-coordinate representation of color #C04E8D: hue angle of 326.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E8D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 141 -
CMYK 0 0.59 0.27 0.25
HSL 326.84º 0.48% 0.53% -
HSV(B) 326.84º 0.59% 0.75% -
XYZ 29.27 18.58 27.24 -
YUV 119.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 192 78 141 0 0.59 0.27 0.25 326.84 0.48 0.53
Hex C0 4E 8D 0 3B 1B 19 147 30 35
Octal 300 116 215 0 73 33 31 507 60 65
Binary 11000000 1001110 10001101 0 111011 11011 11001 101000111 110000 110101

Color Harmonies of #C04E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E8D

Black with #C04E8D

Text Example


Text Example

White with #C04E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E8D; }

 p { color: rgb(192,78,141); }

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

background-color css

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

 a { background-color: rgb(192,78,141); }

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

border-color css

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

 span { border-color: rgb(192,78,141); }

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