Html Css Color HEX #C940A9 Mulberry

📋 copy color: '#C940A9'

red 201 ◦ green 64 ◦ blue 169

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

Shades of Mulberry #C940A9

Tints of Mulberry #C940A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.94%

R = 46.31%
G = 14.75%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C940A9 (or 0xC940A9) is known color: Mulberry. HEX triplet: C9, 40 and A9. RGB value is (201,64,169). Sum of RGB (Red+Green+Blue) = 201+64+169=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C940A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940A9 is #36BF56. Grayscale: #747474. Windows color (decimal): -3587927 or 11092169. OLE color: 11092169.

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

Color convert

RGB 201 64 169 -
CMYK 0 0.68 0.16 0.21
HSL 314.01º 0.56% 0.52% -
HSV(B) 314.01º 0.68% 0.79% -
XYZ 33.08 18.95 39.45 -
YUV 116.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 201 64 169 0 0.68 0.16 0.21 314.01 0.56 0.52
Hex C9 40 A9 0 44 10 15 13A 38 34
Octal 311 100 251 0 104 20 25 472 70 64
Binary 11001001 1000000 10101001 0 1000100 10000 10101 100111010 111000 110100

Color Harmonies of #C940A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940A9

Black with #C940A9

Text Example


Text Example

White with #C940A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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