Html Css Color HEX #C441A0 Mulberry

📋 copy color: '#C441A0'

red 196 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #C441A0

Tints of Mulberry #C441A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 46.56%
G = 15.44%
B = 38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C441A0 (or 0xC441A0) is known color: Mulberry. HEX triplet: C4, 41 and A0. RGB value is (196,65,160). Sum of RGB (Red+Green+Blue) = 196+65+160=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C441A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441A0 is #3BBE5F. Grayscale: #727272. Windows color (decimal): -3915360 or 10502596. OLE color: 10502596.

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

Color convert

RGB 196 65 160 -
CMYK 0 0.67 0.18 0.23
HSL 316.49º 0.53% 0.51% -
HSV(B) 316.49º 0.67% 0.77% -
XYZ 31 18.05 35.11 -
YUV 115 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 196 65 160 0 0.67 0.18 0.23 316.49 0.53 0.51
Hex C4 41 A0 0 43 12 17 13C 35 33
Octal 304 101 240 0 103 22 27 474 65 63
Binary 11000100 1000001 10100000 0 1000011 10010 10111 100111100 110101 110011

Color Harmonies of #C441A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441A0

Black with #C441A0

Text Example


Text Example

White with #C441A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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