Html Css Color HEX #C442A1 Mulberry

📋 copy color: '#C442A1'

red 196 ◦ green 66 ◦ blue 161

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

Shades of Mulberry #C442A1

Tints of Mulberry #C442A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 46.34%
G = 15.6%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C442A1 (or 0xC442A1) is known color: Mulberry. HEX triplet: C4, 42 and A1. RGB value is (196,66,161). Sum of RGB (Red+Green+Blue) = 196+66+161=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C442A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442A1 is #3BBD5E. Grayscale: #737373. Windows color (decimal): -3915103 or 10568388. OLE color: 10568388.

HSL color Cylindrical-coordinate representation of color #C442A1: hue angle of 316.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442A1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 161 -
CMYK 0 0.66 0.18 0.23
HSL 316.15º 0.52% 0.51% -
HSV(B) 316.15º 0.66% 0.77% -
XYZ 31.15 18.21 35.59 -
YUV 115.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 196 66 161 0 0.66 0.18 0.23 316.15 0.52 0.51
Hex C4 42 A1 0 42 12 17 13C 34 33
Octal 304 102 241 0 102 22 27 474 64 63
Binary 11000100 1000010 10100001 0 1000010 10010 10111 100111100 110100 110011

Color Harmonies of #C442A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442A1

Black with #C442A1

Text Example


Text Example

White with #C442A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442A1; }

 p { color: rgb(196,66,161); }

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

background-color css

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

 a { background-color: rgb(196,66,161); }

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

border-color css

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

 span { border-color: rgb(196,66,161); }

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