Html Css Color HEX #C04594 Mulberry

📋 copy color: '#C04594'

red 192 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #C04594

Tints of Mulberry #C04594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 46.94%
G = 16.87%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04594 (or 0xC04594) is known color: Mulberry. HEX triplet: C0, 45 and 94. RGB value is (192,69,148). Sum of RGB (Red+Green+Blue) = 192+69+148=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04594 is #3FBA6B. Grayscale: #727272. Windows color (decimal): -4176492 or 9717184. OLE color: 9717184.

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

Color convert

RGB 192 69 148 -
CMYK 0 0.64 0.23 0.25
HSL 321.46º 0.49% 0.51% -
HSV(B) 321.46º 0.64% 0.75% -
XYZ 29.21 17.6 29.87 -
YUV 114.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 192 69 148 0 0.64 0.23 0.25 321.46 0.49 0.51
Hex C0 45 94 0 40 17 19 141 31 33
Octal 300 105 224 0 100 27 31 501 61 63
Binary 11000000 1000101 10010100 0 1000000 10111 11001 101000001 110001 110011

Color Harmonies of #C04594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04594

Black with #C04594

Text Example


Text Example

White with #C04594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04594; }

 p { color: rgb(192,69,148); }

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

background-color css

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

 a { background-color: rgb(192,69,148); }

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

border-color css

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

 span { border-color: rgb(192,69,148); }

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