Html Css Color HEX #C440A0 Mulberry

📋 copy color: '#C440A0'

red 196 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #C440A0

Tints of Mulberry #C440A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 46.67%
G = 15.24%
B = 38.1%

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

#C440A0 (or 0xC440A0) is known color: Mulberry. HEX triplet: C4, 40 and A0. RGB value is (196,64,160). Sum of RGB (Red+Green+Blue) = 196+64+160=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A0 is #3BBF5F. Grayscale: #727272. Windows color (decimal): -3915616 or 10502340. OLE color: 10502340.

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

Color convert

RGB 196 64 160 -
CMYK 0 0.67 0.18 0.23
HSL 316.36º 0.53% 0.51% -
HSV(B) 316.36º 0.67% 0.77% -
XYZ 30.94 17.94 35.09 -
YUV 114.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 196 64 160 0 0.67 0.18 0.23 316.36 0.53 0.51
Hex C4 40 A0 0 43 12 17 13C 35 33
Octal 304 100 240 0 103 22 27 474 65 63
Binary 11000100 1000000 10100000 0 1000011 10010 10111 100111100 110101 110011

Color Harmonies of #C440A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440A0

Black with #C440A0

Text Example


Text Example

White with #C440A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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