Html Css Color HEX #C04A99 Mulberry

📋 copy color: '#C04A99'

red 192 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #C04A99

Tints of Mulberry #C04A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 45.82%
G = 17.66%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C04A99 (or 0xC04A99) is known color: Mulberry. HEX triplet: C0, 4A and 99. RGB value is (192,74,153). Sum of RGB (Red+Green+Blue) = 192+74+153=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A99 is #3FB566. Grayscale: #767676. Windows color (decimal): -4175207 or 10046144. OLE color: 10046144.

HSL color Cylindrical-coordinate representation of color #C04A99: hue angle of 319.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A99 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 153 -
CMYK 0 0.61 0.20 0.25
HSL 319.83º 0.48% 0.52% -
HSV(B) 319.83º 0.61% 0.75% -
XYZ 29.94 18.4 32.11 -
YUV 118.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 192 74 153 0 0.61 0.20 0.25 319.83 0.48 0.52
Hex C0 4A 99 0 3D 14 19 140 30 34
Octal 300 112 231 0 75 24 31 500 60 64
Binary 11000000 1001010 10011001 0 111101 10100 11001 101000000 110000 110100

Color Harmonies of #C04A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A99

Black with #C04A99

Text Example


Text Example

White with #C04A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A99; }

 p { color: rgb(192,74,153); }

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

background-color css

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

 a { background-color: rgb(192,74,153); }

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

border-color css

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

 span { border-color: rgb(192,74,153); }

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