Html Css Color HEX #C940A4 Mulberry

📋 copy color: '#C940A4'

red 201 ◦ green 64 ◦ blue 164

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

Shades of Mulberry #C940A4

Tints of Mulberry #C940A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 46.85%
G = 14.92%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C940A4 (or 0xC940A4) is known color: Mulberry. HEX triplet: C9, 40 and A4. RGB value is (201,64,164). Sum of RGB (Red+Green+Blue) = 201+64+164=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C940A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940A4 is #36BF5B. Grayscale: #747474. Windows color (decimal): -3587932 or 10764489. OLE color: 10764489.

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

Color convert

RGB 201 64 164 -
CMYK 0 0.68 0.18 0.21
HSL 316.2º 0.56% 0.52% -
HSV(B) 316.2º 0.68% 0.79% -
XYZ 32.62 18.76 37.02 -
YUV 116.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 201 64 164 0 0.68 0.18 0.21 316.2 0.56 0.52
Hex C9 40 A4 0 44 12 15 13C 38 34
Octal 311 100 244 0 104 22 25 474 70 64
Binary 11001001 1000000 10100100 0 1000100 10010 10101 100111100 111000 110100

Color Harmonies of #C940A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940A4

Black with #C940A4

Text Example


Text Example

White with #C940A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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