Html Css Color HEX #C441A6 Mulberry

📋 copy color: '#C441A6'

red 196 ◦ green 65 ◦ blue 166

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

Shades of Mulberry #C441A6

Tints of Mulberry #C441A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 45.9%
G = 15.22%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C441A6 (or 0xC441A6) is known color: Mulberry. HEX triplet: C4, 41 and A6. RGB value is (196,65,166). Sum of RGB (Red+Green+Blue) = 196+65+166=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C441A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441A6 is #3BBE59. Grayscale: #737373. Windows color (decimal): -3915354 or 10895812. OLE color: 10895812.

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

Color convert

RGB 196 65 166 -
CMYK 0 0.67 0.15 0.23
HSL 313.74º 0.53% 0.51% -
HSV(B) 313.74º 0.67% 0.77% -
XYZ 31.54 18.27 37.94 -
YUV 115.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 196 65 166 0 0.67 0.15 0.23 313.74 0.53 0.51
Hex C4 41 A6 0 43 F 17 13A 35 33
Octal 304 101 246 0 103 17 27 472 65 63
Binary 11000100 1000001 10100110 0 1000011 1111 10111 100111010 110101 110011

Color Harmonies of #C441A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441A6

Black with #C441A6

Text Example


Text Example

White with #C441A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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