Html Css Color HEX #C04494 Mulberry

📋 copy color: '#C04494'

red 192 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #C04494

Tints of Mulberry #C04494

RGB

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

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

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

R = 47.06%
G = 16.67%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04494 (or 0xC04494) is known color: Mulberry. HEX triplet: C0, 44 and 94. RGB value is (192,68,148). Sum of RGB (Red+Green+Blue) = 192+68+148=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04494 is #3FBB6B. Grayscale: #727272. Windows color (decimal): -4176748 or 9716928. OLE color: 9716928.

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

Color convert

RGB 192 68 148 -
CMYK 0 0.65 0.23 0.25
HSL 321.29º 0.5% 0.51% -
HSV(B) 321.29º 0.65% 0.75% -
XYZ 29.15 17.48 29.85 -
YUV 114.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 192 68 148 0 0.65 0.23 0.25 321.29 0.5 0.51
Hex C0 44 94 0 41 17 19 141 32 33
Octal 300 104 224 0 101 27 31 501 62 63
Binary 11000000 1000100 10010100 0 1000001 10111 11001 101000001 110010 110011

Color Harmonies of #C04494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04494

Black with #C04494

Text Example


Text Example

White with #C04494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04494; }

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

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

background-color css

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

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

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

border-color css

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

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

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