Html Css Color HEX #C94588 Mulberry

📋 copy color: '#C94588'

red 201 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #C94588

Tints of Mulberry #C94588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 49.51%
G = 17%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94588 (or 0xC94588) is known color: Mulberry. HEX triplet: C9, 45 and 88. RGB value is (201,69,136). Sum of RGB (Red+Green+Blue) = 201+69+136=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94588 is #36BA77. Grayscale: #737373. Windows color (decimal): -3586680 or 8930761. OLE color: 8930761.

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

Color convert

RGB 201 69 136 -
CMYK 0 0.66 0.32 0.21
HSL 329.55º 0.55% 0.53% -
HSV(B) 329.55º 0.66% 0.79% -
XYZ 30.66 18.45 25.24 -
YUV 116.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 201 69 136 0 0.66 0.32 0.21 329.55 0.55 0.53
Hex C9 45 88 0 42 20 15 14A 37 35
Octal 311 105 210 0 102 40 25 512 67 65
Binary 11001001 1000101 10001000 0 1000010 100000 10101 101001010 110111 110101

Color Harmonies of #C94588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94588

Black with #C94588

Text Example


Text Example

White with #C94588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94588; }

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

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

background-color css

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

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

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

border-color css

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

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

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