Html Css Color HEX #C94DA4 Mulberry

📋 copy color: '#C94DA4'

red 201 ◦ green 77 ◦ blue 164

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

Shades of Mulberry #C94DA4

Tints of Mulberry #C94DA4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

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

R = 45.48%
G = 17.42%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C94DA4 (or 0xC94DA4) is known color: Mulberry. HEX triplet: C9, 4D and A4. RGB value is (201,77,164). Sum of RGB (Red+Green+Blue) = 201+77+164=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DA4 is #36B25B. Grayscale: #7B7B7B. Windows color (decimal): -3584604 or 10767817. OLE color: 10767817.

HSL color Cylindrical-coordinate representation of color #C94DA4: hue angle of 317.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DA4 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 164 -
CMYK 0 0.62 0.18 0.21
HSL 317.9º 0.53% 0.55% -
HSV(B) 317.9º 0.62% 0.79% -
XYZ 33.44 20.41 37.3 -
YUV 123.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 201 77 164 0 0.62 0.18 0.21 317.9 0.53 0.55
Hex C9 4D A4 0 3E 12 15 13E 35 37
Octal 311 115 244 0 76 22 25 476 65 67
Binary 11001001 1001101 10100100 0 111110 10010 10101 100111110 110101 110111

Color Harmonies of #C94DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DA4

Black with #C94DA4

Text Example


Text Example

White with #C94DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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