Html Css Color HEX #C94480 Mulberry

📋 copy color: '#C94480'

red 201 ◦ green 68 ◦ blue 128

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

Shades of Mulberry #C94480

Tints of Mulberry #C94480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 50.63%
G = 17.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94480 (or 0xC94480) is known color: Mulberry. HEX triplet: C9, 44 and 80. RGB value is (201,68,128). Sum of RGB (Red+Green+Blue) = 201+68+128=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C94480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94480 is #36BB7F. Grayscale: #727272. Windows color (decimal): -3586944 or 8406217. OLE color: 8406217.

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

Color convert

RGB 201 68 128 -
CMYK 0 0.66 0.36 0.21
HSL 332.93º 0.55% 0.53% -
HSV(B) 332.93º 0.66% 0.79% -
XYZ 30.05 18.11 22.33 -
YUV 114.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 201 68 128 0 0.66 0.36 0.21 332.93 0.55 0.53
Hex C9 44 80 0 42 24 15 14D 37 35
Octal 311 104 200 0 102 44 25 515 67 65
Binary 11001001 1000100 10000000 0 1000010 100100 10101 101001101 110111 110101

Color Harmonies of #C94480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94480

Black with #C94480

Text Example


Text Example

White with #C94480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94480; }

 p { color: rgb(201,68,128); }

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

background-color css

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

 a { background-color: rgb(201,68,128); }

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

border-color css

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

 span { border-color: rgb(201,68,128); }

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