Html Css Color HEX #C04590 Mulberry

📋 copy color: '#C04590'

red 192 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #C04590

Tints of Mulberry #C04590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 47.41%
G = 17.04%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04590 (or 0xC04590) is known color: Mulberry. HEX triplet: C0, 45 and 90. RGB value is (192,69,144). Sum of RGB (Red+Green+Blue) = 192+69+144=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C04590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04590 is #3FBA6F. Grayscale: #727272. Windows color (decimal): -4176496 or 9455040. OLE color: 9455040.

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

Color convert

RGB 192 69 144 -
CMYK 0 0.64 0.25 0.25
HSL 323.41º 0.49% 0.51% -
HSV(B) 323.41º 0.64% 0.75% -
XYZ 28.9 17.48 28.24 -
YUV 114.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 192 69 144 0 0.64 0.25 0.25 323.41 0.49 0.51
Hex C0 45 90 0 40 19 19 143 31 33
Octal 300 105 220 0 100 31 31 503 61 63
Binary 11000000 1000101 10010000 0 1000000 11001 11001 101000011 110001 110011

Color Harmonies of #C04590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04590

Black with #C04590

Text Example


Text Example

White with #C04590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04590; }

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

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

background-color css

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

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

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

border-color css

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

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

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