Html Css Color HEX #C04184 Mulberry

📋 copy color: '#C04184'

red 192 ◦ green 65 ◦ blue 132

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

Shades of Mulberry #C04184

Tints of Mulberry #C04184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 49.36%
G = 16.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04184 (or 0xC04184) is known color: Mulberry. HEX triplet: C0, 41 and 84. RGB value is (192,65,132). Sum of RGB (Red+Green+Blue) = 192+65+132=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C04184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04184 is #3FBE7B. Grayscale: #6E6E6E. Windows color (decimal): -4177532 or 8667584. OLE color: 8667584.

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

Color convert

RGB 192 65 132 -
CMYK 0 0.66 0.31 0.25
HSL 328.35º 0.5% 0.5% -
HSV(B) 328.35º 0.66% 0.75% -
XYZ 27.79 16.65 23.58 -
YUV 110.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 192 65 132 0 0.66 0.31 0.25 328.35 0.5 0.5
Hex C0 41 84 0 42 1F 19 148 32 32
Octal 300 101 204 0 102 37 31 510 62 62
Binary 11000000 1000001 10000100 0 1000010 11111 11001 101001000 110010 110010

Color Harmonies of #C04184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04184

Black with #C04184

Text Example


Text Example

White with #C04184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04184; }

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

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

background-color css

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

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

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

border-color css

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

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

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