Html Css Color HEX #C440A5 Mulberry

📋 copy color: '#C440A5'

red 196 ◦ green 64 ◦ blue 165

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

Shades of Mulberry #C440A5

Tints of Mulberry #C440A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 46.12%
G = 15.06%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C440A5 (or 0xC440A5) is known color: Mulberry. HEX triplet: C4, 40 and A5. RGB value is (196,64,165). Sum of RGB (Red+Green+Blue) = 196+64+165=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A5 is #3BBF5A. Grayscale: #727272. Windows color (decimal): -3915611 or 10830020. OLE color: 10830020.

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

Color convert

RGB 196 64 165 -
CMYK 0 0.67 0.16 0.23
HSL 314.09º 0.53% 0.51% -
HSV(B) 314.09º 0.67% 0.77% -
XYZ 31.39 18.12 37.44 -
YUV 114.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 196 64 165 0 0.67 0.16 0.23 314.09 0.53 0.51
Hex C4 40 A5 0 43 10 17 13A 35 33
Octal 304 100 245 0 103 20 27 472 65 63
Binary 11000100 1000000 10100101 0 1000011 10000 10111 100111010 110101 110011

Color Harmonies of #C440A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440A5

Black with #C440A5

Text Example


Text Example

White with #C440A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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