Html Css Color HEX #C04D90 Mulberry

📋 copy color: '#C04D90'

red 192 ◦ green 77 ◦ blue 144

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

Shades of Mulberry #C04D90

Tints of Mulberry #C04D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 46.49%
G = 18.64%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04D90 (or 0xC04D90) is known color: Mulberry. HEX triplet: C0, 4D and 90. RGB value is (192,77,144). Sum of RGB (Red+Green+Blue) = 192+77+144=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D90 is #3FB26F. Grayscale: #767676. Windows color (decimal): -4174448 or 9457088. OLE color: 9457088.

HSL color Cylindrical-coordinate representation of color #C04D90: hue angle of 325.04º 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 #C04D90 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 144 -
CMYK 0 0.60 0.25 0.25
HSL 325.04º 0.48% 0.53% -
HSV(B) 325.04º 0.6% 0.75% -
XYZ 29.43 18.53 28.41 -
YUV 119.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 192 77 144 0 0.60 0.25 0.25 325.04 0.48 0.53
Hex C0 4D 90 0 3C 19 19 145 30 35
Octal 300 115 220 0 74 31 31 505 60 65
Binary 11000000 1001101 10010000 0 111100 11001 11001 101000101 110000 110101

Color Harmonies of #C04D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D90

Black with #C04D90

Text Example


Text Example

White with #C04D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D90; }

 p { color: rgb(192,77,144); }

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

background-color css

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

 a { background-color: rgb(192,77,144); }

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

border-color css

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

 span { border-color: rgb(192,77,144); }

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