Html Css Color HEX #C04488 Mulberry

📋 copy color: '#C04488'

red 192 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #C04488

Tints of Mulberry #C04488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 48.48%
G = 17.17%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04488 (or 0xC04488) is known color: Mulberry. HEX triplet: C0, 44 and 88. RGB value is (192,68,136). Sum of RGB (Red+Green+Blue) = 192+68+136=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C04488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04488 is #3FBB77. Grayscale: #707070. Windows color (decimal): -4176760 or 8930496. OLE color: 8930496.

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

Color convert

RGB 192 68 136 -
CMYK 0 0.65 0.29 0.25
HSL 327.1º 0.5% 0.51% -
HSV(B) 327.1º 0.65% 0.75% -
XYZ 28.25 17.12 25.11 -
YUV 112.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 192 68 136 0 0.65 0.29 0.25 327.1 0.5 0.51
Hex C0 44 88 0 41 1D 19 147 32 33
Octal 300 104 210 0 101 35 31 507 62 63
Binary 11000000 1000100 10001000 0 1000001 11101 11001 101000111 110010 110011

Color Harmonies of #C04488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04488

Black with #C04488

Text Example


Text Example

White with #C04488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04488; }

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

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

background-color css

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

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

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

border-color css

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

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

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