Html Css Color HEX #C94088 Mulberry

📋 copy color: '#C94088'

red 201 ◦ green 64 ◦ blue 136

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

Shades of Mulberry #C94088

Tints of Mulberry #C94088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 50.12%
G = 15.96%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94088 (or 0xC94088) is known color: Mulberry. HEX triplet: C9, 40 and 88. RGB value is (201,64,136). Sum of RGB (Red+Green+Blue) = 201+64+136=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94088 is #36BF77. Grayscale: #717171. Windows color (decimal): -3587960 or 8929481. OLE color: 8929481.

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

Color convert

RGB 201 64 136 -
CMYK 0 0.68 0.32 0.21
HSL 328.47º 0.56% 0.52% -
HSV(B) 328.47º 0.68% 0.79% -
XYZ 30.36 17.86 25.14 -
YUV 113.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 201 64 136 0 0.68 0.32 0.21 328.47 0.56 0.52
Hex C9 40 88 0 44 20 15 148 38 34
Octal 311 100 210 0 104 40 25 510 70 64
Binary 11001001 1000000 10001000 0 1000100 100000 10101 101001000 111000 110100

Color Harmonies of #C94088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94088

Black with #C94088

Text Example


Text Example

White with #C94088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94088; }

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

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

background-color css

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

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

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

border-color css

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

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

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