Html Css Color HEX #C441A5 Mulberry

📋 copy color: '#C441A5'

red 196 ◦ green 65 ◦ blue 165

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

Shades of Mulberry #C441A5

Tints of Mulberry #C441A5

RGB

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

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

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

R = 46.01%
G = 15.26%
B = 38.73%

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

#C441A5 (or 0xC441A5) is known color: Mulberry. HEX triplet: C4, 41 and A5. RGB value is (196,65,165). Sum of RGB (Red+Green+Blue) = 196+65+165=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C441A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441A5 is #3BBE5A. Grayscale: #737373. Windows color (decimal): -3915355 or 10830276. OLE color: 10830276.

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

Color convert

RGB 196 65 165 -
CMYK 0 0.67 0.16 0.23
HSL 314.2º 0.53% 0.51% -
HSV(B) 314.2º 0.67% 0.77% -
XYZ 31.45 18.23 37.46 -
YUV 115.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 196 65 165 0 0.67 0.16 0.23 314.2 0.53 0.51
Hex C4 41 A5 0 43 10 17 13A 35 33
Octal 304 101 245 0 103 20 27 472 65 63
Binary 11000100 1000001 10100101 0 1000011 10000 10111 100111010 110101 110011

Color Harmonies of #C441A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441A5

Black with #C441A5

Text Example


Text Example

White with #C441A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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