Html Css Color HEX #C941A1 Mulberry

📋 copy color: '#C941A1'

red 201 ◦ green 65 ◦ blue 161

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

Shades of Mulberry #C941A1

Tints of Mulberry #C941A1

RGB

 RED value IS 201 (78.91% from 255) = 47.07%

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

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

R = 47.07%
G = 15.22%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C941A1 (or 0xC941A1) is known color: Mulberry. HEX triplet: C9, 41 and A1. RGB value is (201,65,161). Sum of RGB (Red+Green+Blue) = 201+65+161=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A1 is #36BE5E. Grayscale: #747474. Windows color (decimal): -3587679 or 10568137. OLE color: 10568137.

HSL color Cylindrical-coordinate representation of color #C941A1: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941A1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 161 -
CMYK 0 0.68 0.20 0.21
HSL 317.65º 0.56% 0.52% -
HSV(B) 317.65º 0.68% 0.79% -
XYZ 32.41 18.77 35.63 -
YUV 116.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 201 65 161 0 0.68 0.20 0.21 317.65 0.56 0.52
Hex C9 41 A1 0 44 14 15 13E 38 34
Octal 311 101 241 0 104 24 25 476 70 64
Binary 11001001 1000001 10100001 0 1000100 10100 10101 100111110 111000 110100

Color Harmonies of #C941A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941A1

Black with #C941A1

Text Example


Text Example

White with #C941A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941A1; }

 p { color: rgb(201,65,161); }

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

background-color css

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

 a { background-color: rgb(201,65,161); }

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

border-color css

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

 span { border-color: rgb(201,65,161); }

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