Html Css Color HEX #C04188 Mulberry

📋 copy color: '#C04188'

red 192 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #C04188

Tints of Mulberry #C04188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 48.85%
G = 16.54%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04188 (or 0xC04188) is known color: Mulberry. HEX triplet: C0, 41 and 88. RGB value is (192,65,136). Sum of RGB (Red+Green+Blue) = 192+65+136=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04188 is #3FBE77. Grayscale: #6E6E6E. Windows color (decimal): -4177528 or 8929728. OLE color: 8929728.

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

Color convert

RGB 192 65 136 -
CMYK 0 0.66 0.29 0.25
HSL 326.46º 0.5% 0.5% -
HSV(B) 326.46º 0.66% 0.75% -
XYZ 28.07 16.76 25.05 -
YUV 111.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 192 65 136 0 0.66 0.29 0.25 326.46 0.5 0.5
Hex C0 41 88 0 42 1D 19 146 32 32
Octal 300 101 210 0 102 35 31 506 62 62
Binary 11000000 1000001 10001000 0 1000010 11101 11001 101000110 110010 110010

Color Harmonies of #C04188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04188

Black with #C04188

Text Example


Text Example

White with #C04188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04188; }

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

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

background-color css

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

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

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

border-color css

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

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

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