Html Css Color HEX #C04C8E Mulberry

📋 copy color: '#C04C8E'

red 192 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #C04C8E

Tints of Mulberry #C04C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 46.83%
G = 18.54%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C04C8E (or 0xC04C8E) is known color: Mulberry. HEX triplet: C0, 4C and 8E. RGB value is (192,76,142). Sum of RGB (Red+Green+Blue) = 192+76+142=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C8E is #3FB371. Grayscale: #767676. Windows color (decimal): -4174706 or 9325760. OLE color: 9325760.

HSL color Cylindrical-coordinate representation of color #C04C8E: hue angle of 325.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C8E is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 142 -
CMYK 0 0.60 0.26 0.25
HSL 325.86º 0.48% 0.53% -
HSV(B) 325.86º 0.6% 0.75% -
XYZ 29.21 18.33 27.59 -
YUV 118.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 192 76 142 0 0.60 0.26 0.25 325.86 0.48 0.53
Hex C0 4C 8E 0 3C 1A 19 146 30 35
Octal 300 114 216 0 74 32 31 506 60 65
Binary 11000000 1001100 10001110 0 111100 11010 11001 101000110 110000 110101

Color Harmonies of #C04C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C8E

Black with #C04C8E

Text Example


Text Example

White with #C04C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C8E; }

 p { color: rgb(192,76,142); }

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

background-color css

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

 a { background-color: rgb(192,76,142); }

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

border-color css

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

 span { border-color: rgb(192,76,142); }

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