Html Css Color HEX #C04388 Mulberry

📋 copy color: '#C04388'

red 192 ◦ green 67 ◦ blue 136

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

Shades of Mulberry #C04388

Tints of Mulberry #C04388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.96%

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

R = 48.61%
G = 16.96%
B = 34.43%

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

#C04388 (or 0xC04388) is known color: Mulberry. HEX triplet: C0, 43 and 88. RGB value is (192,67,136). Sum of RGB (Red+Green+Blue) = 192+67+136=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04388 is #3FBC77. Grayscale: #707070. Windows color (decimal): -4177016 or 8930240. OLE color: 8930240.

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

Color convert

RGB 192 67 136 -
CMYK 0 0.65 0.29 0.25
HSL 326.88º 0.5% 0.51% -
HSV(B) 326.88º 0.65% 0.75% -
XYZ 28.19 17 25.09 -
YUV 112.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 192 67 136 0 0.65 0.29 0.25 326.88 0.5 0.51
Hex C0 43 88 0 41 1D 19 147 32 33
Octal 300 103 210 0 101 35 31 507 62 63
Binary 11000000 1000011 10001000 0 1000001 11101 11001 101000111 110010 110011

Color Harmonies of #C04388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04388

Black with #C04388

Text Example


Text Example

White with #C04388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04388; }

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

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

background-color css

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

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

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

border-color css

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

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

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