Html Css Color HEX #C94585 Mulberry

📋 copy color: '#C94585'

red 201 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #C94585

Tints of Mulberry #C94585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 49.88%
G = 17.12%
B = 33%

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

#C94585 (or 0xC94585) is known color: Mulberry. HEX triplet: C9, 45 and 85. RGB value is (201,69,133). Sum of RGB (Red+Green+Blue) = 201+69+133=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94585 is #36BA7A. Grayscale: #737373. Windows color (decimal): -3586683 or 8734153. OLE color: 8734153.

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

Color convert

RGB 201 69 133 -
CMYK 0 0.66 0.34 0.21
HSL 330.91º 0.55% 0.53% -
HSV(B) 330.91º 0.66% 0.79% -
XYZ 30.45 18.37 24.13 -
YUV 115.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 201 69 133 0 0.66 0.34 0.21 330.91 0.55 0.53
Hex C9 45 85 0 42 22 15 14B 37 35
Octal 311 105 205 0 102 42 25 513 67 65
Binary 11001001 1000101 10000101 0 1000010 100010 10101 101001011 110111 110101

Color Harmonies of #C94585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94585

Black with #C94585

Text Example


Text Example

White with #C94585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94585; }

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

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

background-color css

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

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

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

border-color css

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

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

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