Html Css Color HEX #C04791 Mulberry

📋 copy color: '#C04791'

red 192 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #C04791

Tints of Mulberry #C04791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.4%

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 47.06%
G = 17.4%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04791 (or 0xC04791) is known color: Mulberry. HEX triplet: C0, 47 and 91. RGB value is (192,71,145). Sum of RGB (Red+Green+Blue) = 192+71+145=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04791 is #3FB86E. Grayscale: #737373. Windows color (decimal): -4175983 or 9521088. OLE color: 9521088.

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

Color convert

RGB 192 71 145 -
CMYK 0 0.63 0.24 0.25
HSL 323.31º 0.49% 0.52% -
HSV(B) 323.31º 0.63% 0.75% -
XYZ 29.1 17.76 28.68 -
YUV 115.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 192 71 145 0 0.63 0.24 0.25 323.31 0.49 0.52
Hex C0 47 91 0 3F 18 19 143 31 34
Octal 300 107 221 0 77 30 31 503 61 64
Binary 11000000 1000111 10010001 0 111111 11000 11001 101000011 110001 110100

Color Harmonies of #C04791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04791

Black with #C04791

Text Example


Text Example

White with #C04791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04791; }

 p { color: rgb(192,71,145); }

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

background-color css

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

 a { background-color: rgb(192,71,145); }

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

border-color css

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

 span { border-color: rgb(192,71,145); }

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