Html Css Color HEX #C44495 Mulberry

📋 copy color: '#C44495'

red 196 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #C44495

Tints of Mulberry #C44495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 47.46%
G = 16.46%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C44495 (or 0xC44495) is known color: Mulberry. HEX triplet: C4, 44 and 95. RGB value is (196,68,149). Sum of RGB (Red+Green+Blue) = 196+68+149=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C44495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44495 is #3BBB6A. Grayscale: #737373. Windows color (decimal): -3914603 or 9782468. OLE color: 9782468.

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

Color convert

RGB 196 68 149 -
CMYK 0 0.65 0.24 0.23
HSL 322.03º 0.52% 0.52% -
HSV(B) 322.03º 0.65% 0.77% -
XYZ 30.26 18.04 30.32 -
YUV 115.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 196 68 149 0 0.65 0.24 0.23 322.03 0.52 0.52
Hex C4 44 95 0 41 18 17 142 34 34
Octal 304 104 225 0 101 30 27 502 64 64
Binary 11000100 1000100 10010101 0 1000001 11000 10111 101000010 110100 110100

Color Harmonies of #C44495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44495

Black with #C44495

Text Example


Text Example

White with #C44495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44495; }

 p { color: rgb(196,68,149); }

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

background-color css

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

 a { background-color: rgb(196,68,149); }

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

border-color css

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

 span { border-color: rgb(196,68,149); }

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