Html Css Color HEX #C444A1 Mulberry

📋 copy color: '#C444A1'

red 196 ◦ green 68 ◦ blue 161

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

Shades of Mulberry #C444A1

Tints of Mulberry #C444A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.88%

R = 46.12%
G = 16%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C444A1 (or 0xC444A1) is known color: Mulberry. HEX triplet: C4, 44 and A1. RGB value is (196,68,161). Sum of RGB (Red+Green+Blue) = 196+68+161=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C444A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444A1 is #3BBB5E. Grayscale: #747474. Windows color (decimal): -3914591 or 10568900. OLE color: 10568900.

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

Color convert

RGB 196 68 161 -
CMYK 0 0.65 0.18 0.23
HSL 316.41º 0.52% 0.52% -
HSV(B) 316.41º 0.65% 0.77% -
XYZ 31.27 18.44 35.63 -
YUV 116.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 196 68 161 0 0.65 0.18 0.23 316.41 0.52 0.52
Hex C4 44 A1 0 41 12 17 13C 34 34
Octal 304 104 241 0 101 22 27 474 64 64
Binary 11000100 1000100 10100001 0 1000001 10010 10111 100111100 110100 110100

Color Harmonies of #C444A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444A1

Black with #C444A1

Text Example


Text Example

White with #C444A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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