Html Css Color HEX #C04DA4 Mulberry

📋 copy color: '#C04DA4'

red 192 ◦ green 77 ◦ blue 164

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

Shades of Mulberry #C04DA4

Tints of Mulberry #C04DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.88%

R = 44.34%
G = 17.78%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C04DA4 (or 0xC04DA4) is known color: Mulberry. HEX triplet: C0, 4D and A4. RGB value is (192,77,164). Sum of RGB (Red+Green+Blue) = 192+77+164=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DA4 is #3FB25B. Grayscale: #797979. Windows color (decimal): -4174428 or 10767808. OLE color: 10767808.

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

Color convert

RGB 192 77 164 -
CMYK 0 0.60 0.15 0.25
HSL 314.61º 0.48% 0.53% -
HSV(B) 314.61º 0.6% 0.75% -
XYZ 31.09 19.19 37.19 -
YUV 121.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 192 77 164 0 0.60 0.15 0.25 314.61 0.48 0.53
Hex C0 4D A4 0 3C F 19 13B 30 35
Octal 300 115 244 0 74 17 31 473 60 65
Binary 11000000 1001101 10100100 0 111100 1111 11001 100111011 110000 110101

Color Harmonies of #C04DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DA4

Black with #C04DA4

Text Example


Text Example

White with #C04DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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