Html Css Color HEX #C940A0 Mulberry

📋 copy color: '#C940A0'

red 201 ◦ green 64 ◦ blue 160

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

Shades of Mulberry #C940A0

Tints of Mulberry #C940A0

RGB

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

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

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

R = 47.29%
G = 15.06%
B = 37.65%

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

#C940A0 (or 0xC940A0) is known color: Mulberry. HEX triplet: C9, 40 and A0. RGB value is (201,64,160). Sum of RGB (Red+Green+Blue) = 201+64+160=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C940A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940A0 is #36BF5F. Grayscale: #737373. Windows color (decimal): -3587936 or 10502345. OLE color: 10502345.

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

Color convert

RGB 201 64 160 -
CMYK 0 0.68 0.20 0.21
HSL 317.96º 0.56% 0.52% -
HSV(B) 317.96º 0.68% 0.79% -
XYZ 32.27 18.62 35.15 -
YUV 115.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 201 64 160 0 0.68 0.20 0.21 317.96 0.56 0.52
Hex C9 40 A0 0 44 14 15 13E 38 34
Octal 311 100 240 0 104 24 25 476 70 64
Binary 11001001 1000000 10100000 0 1000100 10100 10101 100111110 111000 110100

Color Harmonies of #C940A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940A0

Black with #C940A0

Text Example


Text Example

White with #C940A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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