Html Css Color HEX #C04582 Mulberry

📋 copy color: '#C04582'

red 192 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #C04582

Tints of Mulberry #C04582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 49.1%
G = 17.65%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04582 (or 0xC04582) is known color: Mulberry. HEX triplet: C0, 45 and 82. RGB value is (192,69,130). Sum of RGB (Red+Green+Blue) = 192+69+130=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04582 is #3FBA7D. Grayscale: #707070. Windows color (decimal): -4176510 or 8537536. OLE color: 8537536.

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

Color convert

RGB 192 69 130 -
CMYK 0 0.64 0.32 0.25
HSL 330.24º 0.49% 0.51% -
HSV(B) 330.24º 0.64% 0.75% -
XYZ 27.9 17.07 22.94 -
YUV 112.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 192 69 130 0 0.64 0.32 0.25 330.24 0.49 0.51
Hex C0 45 82 0 40 20 19 14A 31 33
Octal 300 105 202 0 100 40 31 512 61 63
Binary 11000000 1000101 10000010 0 1000000 100000 11001 101001010 110001 110011

Color Harmonies of #C04582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04582

Black with #C04582

Text Example


Text Example

White with #C04582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04582; }

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

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

background-color css

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

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

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

border-color css

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

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

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