Html Css Color HEX #C94584 Mulberry

📋 copy color: '#C94584'

red 201 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C94584

Tints of Mulberry #C94584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 50%
G = 17.16%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94584 (or 0xC94584) is known color: Mulberry. HEX triplet: C9, 45 and 84. RGB value is (201,69,132). Sum of RGB (Red+Green+Blue) = 201+69+132=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C94584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94584 is #36BA7B. Grayscale: #737373. Windows color (decimal): -3586684 or 8668617. OLE color: 8668617.

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

Color convert

RGB 201 69 132 -
CMYK 0 0.66 0.34 0.21
HSL 331.36º 0.55% 0.53% -
HSV(B) 331.36º 0.66% 0.79% -
XYZ 30.38 18.34 23.77 -
YUV 115.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 201 69 132 0 0.66 0.34 0.21 331.36 0.55 0.53
Hex C9 45 84 0 42 22 15 14B 37 35
Octal 311 105 204 0 102 42 25 513 67 65
Binary 11001001 1000101 10000100 0 1000010 100010 10101 101001011 110111 110101

Color Harmonies of #C94584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94584

Black with #C94584

Text Example


Text Example

White with #C94584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94584; }

 p { color: rgb(201,69,132); }

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

background-color css

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

 a { background-color: rgb(201,69,132); }

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

border-color css

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

 span { border-color: rgb(201,69,132); }

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