Html Css Color HEX #C94788 Mulberry

📋 copy color: '#C94788'

red 201 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #C94788

Tints of Mulberry #C94788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.4%

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

R = 49.26%
G = 17.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94788 (or 0xC94788) is known color: Mulberry. HEX triplet: C9, 47 and 88. RGB value is (201,71,136). Sum of RGB (Red+Green+Blue) = 201+71+136=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C94788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94788 is #36B877. Grayscale: #757575. Windows color (decimal): -3586168 or 8931273. OLE color: 8931273.

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

Color convert

RGB 201 71 136 -
CMYK 0 0.65 0.32 0.21
HSL 330º 0.55% 0.53% -
HSV(B) 330º 0.65% 0.79% -
XYZ 30.78 18.7 25.28 -
YUV 117.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 201 71 136 0 0.65 0.32 0.21 330 0.55 0.53
Hex C9 47 88 0 41 20 15 14A 37 35
Octal 311 107 210 0 101 40 25 512 67 65
Binary 11001001 1000111 10001000 0 1000001 100000 10101 101001010 110111 110101

Color Harmonies of #C94788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94788

Black with #C94788

Text Example


Text Example

White with #C94788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94788; }

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

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

background-color css

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

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

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

border-color css

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

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

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