Html Css Color HEX #C04588 Mulberry

📋 copy color: '#C04588'

red 192 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #C04588

Tints of Mulberry #C04588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 48.36%
G = 17.38%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04588 (or 0xC04588) is known color: Mulberry. HEX triplet: C0, 45 and 88. RGB value is (192,69,136). Sum of RGB (Red+Green+Blue) = 192+69+136=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04588 is #3FBA77. Grayscale: #717171. Windows color (decimal): -4176504 or 8930752. OLE color: 8930752.

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

Color convert

RGB 192 69 136 -
CMYK 0 0.64 0.29 0.25
HSL 327.32º 0.49% 0.51% -
HSV(B) 327.32º 0.64% 0.75% -
XYZ 28.31 17.24 25.13 -
YUV 113.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 192 69 136 0 0.64 0.29 0.25 327.32 0.49 0.51
Hex C0 45 88 0 40 1D 19 147 31 33
Octal 300 105 210 0 100 35 31 507 61 63
Binary 11000000 1000101 10001000 0 1000000 11101 11001 101000111 110001 110011

Color Harmonies of #C04588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04588

Black with #C04588

Text Example


Text Example

White with #C04588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04588; }

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

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

background-color css

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

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

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

border-color css

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

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

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