Html Css Color HEX #C04194 Mulberry

📋 copy color: '#C04194'

red 192 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #C04194

Tints of Mulberry #C04194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 47.41%
G = 16.05%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04194 (or 0xC04194) is known color: Mulberry. HEX triplet: C0, 41 and 94. RGB value is (192,65,148). Sum of RGB (Red+Green+Blue) = 192+65+148=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C04194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04194 is #3FBE6B. Grayscale: #707070. Windows color (decimal): -4177516 or 9716160. OLE color: 9716160.

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

Color convert

RGB 192 65 148 -
CMYK 0 0.66 0.23 0.25
HSL 320.79º 0.5% 0.5% -
HSV(B) 320.79º 0.66% 0.75% -
XYZ 28.97 17.13 29.8 -
YUV 112.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 192 65 148 0 0.66 0.23 0.25 320.79 0.5 0.5
Hex C0 41 94 0 42 17 19 141 32 32
Octal 300 101 224 0 102 27 31 501 62 62
Binary 11000000 1000001 10010100 0 1000010 10111 11001 101000001 110010 110010

Color Harmonies of #C04194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04194

Black with #C04194

Text Example


Text Example

White with #C04194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04194; }

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

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

background-color css

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

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

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

border-color css

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

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

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