Html Css Color HEX #C04DA3 Mulberry

📋 copy color: '#C04DA3'

red 192 ◦ green 77 ◦ blue 163

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

Shades of Mulberry #C04DA3

Tints of Mulberry #C04DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 44.44%
G = 17.82%
B = 37.73%

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

#C04DA3 (or 0xC04DA3) is known color: Mulberry. HEX triplet: C0, 4D and A3. RGB value is (192,77,163). Sum of RGB (Red+Green+Blue) = 192+77+163=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DA3 is #3FB25C. Grayscale: #787878. Windows color (decimal): -4174429 or 10702272. OLE color: 10702272.

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

Color convert

RGB 192 77 163 -
CMYK 0 0.60 0.15 0.25
HSL 315.13º 0.48% 0.53% -
HSV(B) 315.13º 0.6% 0.75% -
XYZ 31 19.16 36.71 -
YUV 121.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 192 77 163 0 0.60 0.15 0.25 315.13 0.48 0.53
Hex C0 4D A3 0 3C F 19 13B 30 35
Octal 300 115 243 0 74 17 31 473 60 65
Binary 11000000 1001101 10100011 0 111100 1111 11001 100111011 110000 110101

Color Harmonies of #C04DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DA3

Black with #C04DA3

Text Example


Text Example

White with #C04DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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