Html Css Color HEX #C44194 Mulberry

📋 copy color: '#C44194'

red 196 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #C44194

Tints of Mulberry #C44194

RGB

 RED value IS 196 (76.95% from 255) = 47.92%

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

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

R = 47.92%
G = 15.89%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C44194 (or 0xC44194) is known color: Mulberry. HEX triplet: C4, 41 and 94. RGB value is (196,65,148). Sum of RGB (Red+Green+Blue) = 196+65+148=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C44194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44194 is #3BBE6B. Grayscale: #717171. Windows color (decimal): -3915372 or 9716164. OLE color: 9716164.

HSL color Cylindrical-coordinate representation of color #C44194: hue angle of 321.98º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44194 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 148 -
CMYK 0 0.67 0.24 0.23
HSL 321.98º 0.53% 0.51% -
HSV(B) 321.98º 0.67% 0.77% -
XYZ 30 17.65 29.84 -
YUV 113.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 196 65 148 0 0.67 0.24 0.23 321.98 0.53 0.51
Hex C4 41 94 0 43 18 17 142 35 33
Octal 304 101 224 0 103 30 27 502 65 63
Binary 11000100 1000001 10010100 0 1000011 11000 10111 101000010 110101 110011

Color Harmonies of #C44194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44194

Black with #C44194

Text Example


Text Example

White with #C44194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44194; }

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

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

background-color css

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

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

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

border-color css

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

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

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