Html Css Color HEX #C94EA0 Mulberry

📋 copy color: '#C94EA0'

red 201 ◦ green 78 ◦ blue 160

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

Shades of Mulberry #C94EA0

Tints of Mulberry #C94EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

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

R = 45.79%
G = 17.77%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C94EA0 (or 0xC94EA0) is known color: Mulberry. HEX triplet: C9, 4E and A0. RGB value is (201,78,160). Sum of RGB (Red+Green+Blue) = 201+78+160=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EA0 is #36B15F. Grayscale: #7B7B7B. Windows color (decimal): -3584352 or 10505929. OLE color: 10505929.

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

Color convert

RGB 201 78 160 -
CMYK 0 0.61 0.20 0.21
HSL 320º 0.53% 0.55% -
HSV(B) 320º 0.61% 0.79% -
XYZ 33.16 20.4 35.45 -
YUV 124.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 201 78 160 0 0.61 0.20 0.21 320 0.53 0.55
Hex C9 4E A0 0 3D 14 15 140 35 37
Octal 311 116 240 0 75 24 25 500 65 67
Binary 11001001 1001110 10100000 0 111101 10100 10101 101000000 110101 110111

Color Harmonies of #C94EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EA0

Black with #C94EA0

Text Example


Text Example

White with #C94EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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