Html Css Color HEX #C94084 Mulberry

📋 copy color: '#C94084'

red 201 ◦ green 64 ◦ blue 132

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

Shades of Mulberry #C94084

Tints of Mulberry #C94084

RGB

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

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

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

R = 50.63%
G = 16.12%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94084 (or 0xC94084) is known color: Mulberry. HEX triplet: C9, 40 and 84. RGB value is (201,64,132). Sum of RGB (Red+Green+Blue) = 201+64+132=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C94084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94084 is #36BF7B. Grayscale: #707070. Windows color (decimal): -3587964 or 8667337. OLE color: 8667337.

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

Color convert

RGB 201 64 132 -
CMYK 0 0.68 0.34 0.21
HSL 330.22º 0.56% 0.52% -
HSV(B) 330.22º 0.68% 0.79% -
XYZ 30.09 17.75 23.67 -
YUV 112.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 201 64 132 0 0.68 0.34 0.21 330.22 0.56 0.52
Hex C9 40 84 0 44 22 15 14A 38 34
Octal 311 100 204 0 104 42 25 512 70 64
Binary 11001001 1000000 10000100 0 1000100 100010 10101 101001010 111000 110100

Color Harmonies of #C94084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94084

Black with #C94084

Text Example


Text Example

White with #C94084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94084; }

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

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

background-color css

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

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

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

border-color css

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

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

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