Html Css Color HEX #C94181 Mulberry

📋 copy color: '#C94181'

red 201 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #C94181

Tints of Mulberry #C94181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

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

R = 50.89%
G = 16.46%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94181 (or 0xC94181) is known color: Mulberry. HEX triplet: C9, 41 and 81. RGB value is (201,65,129). Sum of RGB (Red+Green+Blue) = 201+65+129=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C94181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94181 is #36BE7E. Grayscale: #707070. Windows color (decimal): -3587711 or 8470985. OLE color: 8470985.

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

Color convert

RGB 201 65 129 -
CMYK 0 0.68 0.36 0.21
HSL 331.76º 0.56% 0.52% -
HSV(B) 331.76º 0.68% 0.79% -
XYZ 29.94 17.78 22.62 -
YUV 112.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 201 65 129 0 0.68 0.36 0.21 331.76 0.56 0.52
Hex C9 41 81 0 44 24 15 14C 38 34
Octal 311 101 201 0 104 44 25 514 70 64
Binary 11001001 1000001 10000001 0 1000100 100100 10101 101001100 111000 110100

Color Harmonies of #C94181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94181

Black with #C94181

Text Example


Text Example

White with #C94181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94181; }

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

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

background-color css

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

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

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

border-color css

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

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

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