Html Css Color HEX #C94481 Mulberry

📋 copy color: '#C94481'

red 201 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #C94481

Tints of Mulberry #C94481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 50.5%
G = 17.09%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94481 (or 0xC94481) is known color: Mulberry. HEX triplet: C9, 44 and 81. RGB value is (201,68,129). Sum of RGB (Red+Green+Blue) = 201+68+129=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94481 is #36BB7E. Grayscale: #727272. Windows color (decimal): -3586943 or 8471753. OLE color: 8471753.

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

Color convert

RGB 201 68 129 -
CMYK 0 0.66 0.36 0.21
HSL 332.48º 0.55% 0.53% -
HSV(B) 332.48º 0.66% 0.79% -
XYZ 30.12 18.14 22.68 -
YUV 114.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 201 68 129 0 0.66 0.36 0.21 332.48 0.55 0.53
Hex C9 44 81 0 42 24 15 14C 37 35
Octal 311 104 201 0 102 44 25 514 67 65
Binary 11001001 1000100 10000001 0 1000010 100100 10101 101001100 110111 110101

Color Harmonies of #C94481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94481

Black with #C94481

Text Example


Text Example

White with #C94481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94481; }

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

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

background-color css

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

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

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

border-color css

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

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

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