Html Css Color HEX #C94683 Mulberry

📋 copy color: '#C94683'

red 201 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #C94683

Tints of Mulberry #C94683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 50%
G = 17.41%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94683 (or 0xC94683) is known color: Mulberry. HEX triplet: C9, 46 and 83. RGB value is (201,70,131). Sum of RGB (Red+Green+Blue) = 201+70+131=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C94683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94683 is #36B97C. Grayscale: #747474. Windows color (decimal): -3586429 or 8603337. OLE color: 8603337.

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

Color convert

RGB 201 70 131 -
CMYK 0 0.65 0.35 0.21
HSL 332.06º 0.55% 0.53% -
HSV(B) 332.06º 0.65% 0.79% -
XYZ 30.37 18.44 23.43 -
YUV 116.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 201 70 131 0 0.65 0.35 0.21 332.06 0.55 0.53
Hex C9 46 83 0 41 23 15 14C 37 35
Octal 311 106 203 0 101 43 25 514 67 65
Binary 11001001 1000110 10000011 0 1000001 100011 10101 101001100 110111 110101

Color Harmonies of #C94683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94683

Black with #C94683

Text Example


Text Example

White with #C94683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94683; }

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

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

background-color css

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

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

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

border-color css

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

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

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