Html Css Color HEX #C941A0 Mulberry

📋 copy color: '#C941A0'

red 201 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #C941A0

Tints of Mulberry #C941A0

RGB

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

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

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

R = 47.18%
G = 15.26%
B = 37.56%

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

#C941A0 (or 0xC941A0) is known color: Mulberry. HEX triplet: C9, 41 and A0. RGB value is (201,65,160). Sum of RGB (Red+Green+Blue) = 201+65+160=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A0 is #36BE5F. Grayscale: #747474. Windows color (decimal): -3587680 or 10502601. OLE color: 10502601.

HSL color Cylindrical-coordinate representation of color #C941A0: hue angle of 318.09º 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 #C941A0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 160 -
CMYK 0 0.68 0.20 0.21
HSL 318.09º 0.56% 0.52% -
HSV(B) 318.09º 0.68% 0.79% -
XYZ 32.32 18.74 35.17 -
YUV 116.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 201 65 160 0 0.68 0.20 0.21 318.09 0.56 0.52
Hex C9 41 A0 0 44 14 15 13E 38 34
Octal 311 101 240 0 104 24 25 476 70 64
Binary 11001001 1000001 10100000 0 1000100 10100 10101 100111110 111000 110100

Color Harmonies of #C941A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941A0

Black with #C941A0

Text Example


Text Example

White with #C941A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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