Html Css Color HEX #C94483 Mulberry

📋 copy color: '#C94483'

red 201 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #C94483

Tints of Mulberry #C94483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 50.25%
G = 17%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94483 (or 0xC94483) is known color: Mulberry. HEX triplet: C9, 44 and 83. RGB value is (201,68,131). Sum of RGB (Red+Green+Blue) = 201+68+131=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94483 is #36BB7C. Grayscale: #727272. Windows color (decimal): -3586941 or 8602825. OLE color: 8602825.

HSL color Cylindrical-coordinate representation of color #C94483: hue angle of 331.58º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94483 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 131 -
CMYK 0 0.66 0.35 0.21
HSL 331.58º 0.55% 0.53% -
HSV(B) 331.58º 0.66% 0.79% -
XYZ 30.25 18.19 23.39 -
YUV 114.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 201 68 131 0 0.66 0.35 0.21 331.58 0.55 0.53
Hex C9 44 83 0 42 23 15 14C 37 35
Octal 311 104 203 0 102 43 25 514 67 65
Binary 11001001 1000100 10000011 0 1000010 100011 10101 101001100 110111 110101

Color Harmonies of #C94483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94483

Black with #C94483

Text Example


Text Example

White with #C94483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94483; }

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

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

background-color css

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

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

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

border-color css

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

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

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