Html Css Color HEX #C94386 Mulberry

📋 copy color: '#C94386'

red 201 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #C94386

Tints of Mulberry #C94386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C94386 (or 0xC94386) is known color: Mulberry. HEX triplet: C9, 43 and 86. RGB value is (201,67,134). Sum of RGB (Red+Green+Blue) = 201+67+134=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C94386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94386 is #36BC79. Grayscale: #727272. Windows color (decimal): -3587194 or 8799177. OLE color: 8799177.

HSL color Cylindrical-coordinate representation of color #C94386: 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.67%. Process color model (Four color, CMYK) of #C94386 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 134 -
CMYK 0 0.67 0.33 0.21
HSL 330º 0.55% 0.53% -
HSV(B) 330º 0.67% 0.79% -
XYZ 30.4 18.15 24.46 -
YUV 114.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 201 67 134 0 0.67 0.33 0.21 330 0.55 0.53
Hex C9 43 86 0 43 21 15 14A 37 35
Octal 311 103 206 0 103 41 25 512 67 65
Binary 11001001 1000011 10000110 0 1000011 100001 10101 101001010 110111 110101

Color Harmonies of #C94386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94386

Black with #C94386

Text Example


Text Example

White with #C94386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94386; }

 p { color: rgb(201,67,134); }

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

background-color css

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

 a { background-color: rgb(201,67,134); }

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

border-color css

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

 span { border-color: rgb(201,67,134); }

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