Html Css Color HEX #C9418C Mulberry

📋 copy color: '#C9418C'

red 201 ◦ green 65 ◦ blue 140

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

Shades of Mulberry #C9418C

Tints of Mulberry #C9418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 49.51%
G = 16.01%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9418C (or 0xC9418C) is known color: Mulberry. HEX triplet: C9, 41 and 8C. RGB value is (201,65,140). Sum of RGB (Red+Green+Blue) = 201+65+140=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418C is #36BE73. Grayscale: #727272. Windows color (decimal): -3587700 or 9191881. OLE color: 9191881.

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

Color convert

RGB 201 65 140 -
CMYK 0 0.68 0.30 0.21
HSL 326.91º 0.56% 0.52% -
HSV(B) 326.91º 0.68% 0.79% -
XYZ 30.71 18.09 26.68 -
YUV 114.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 201 65 140 0 0.68 0.30 0.21 326.91 0.56 0.52
Hex C9 41 8C 0 44 1E 15 147 38 34
Octal 311 101 214 0 104 36 25 507 70 64
Binary 11001001 1000001 10001100 0 1000100 11110 10101 101000111 111000 110100

Color Harmonies of #C9418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9418C

Black with #C9418C

Text Example


Text Example

White with #C9418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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