Html Css Color HEX #C94083 Mulberry

📋 copy color: '#C94083'

red 201 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C94083

Tints of Mulberry #C94083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 50.76%
G = 16.16%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94083 (or 0xC94083) is known color: Mulberry. HEX triplet: C9, 40 and 83. RGB value is (201,64,131). Sum of RGB (Red+Green+Blue) = 201+64+131=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C94083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94083 is #36BF7C. Grayscale: #707070. Windows color (decimal): -3587965 or 8601801. OLE color: 8601801.

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

Color convert

RGB 201 64 131 -
CMYK 0 0.68 0.35 0.21
HSL 330.66º 0.56% 0.52% -
HSV(B) 330.66º 0.68% 0.79% -
XYZ 30.02 17.72 23.31 -
YUV 112.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 201 64 131 0 0.68 0.35 0.21 330.66 0.56 0.52
Hex C9 40 83 0 44 23 15 14B 38 34
Octal 311 100 203 0 104 43 25 513 70 64
Binary 11001001 1000000 10000011 0 1000100 100011 10101 101001011 111000 110100

Color Harmonies of #C94083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94083

Black with #C94083

Text Example


Text Example

White with #C94083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94083; }

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

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

background-color css

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

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

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

border-color css

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

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

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