Html Css Color HEX #C9418D Mulberry

📋 copy color: '#C9418D'

red 201 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #C9418D

Tints of Mulberry #C9418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 49.39%
G = 15.97%
B = 34.64%

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

#C9418D (or 0xC9418D) is known color: Mulberry. HEX triplet: C9, 41 and 8D. RGB value is (201,65,141). Sum of RGB (Red+Green+Blue) = 201+65+141=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418D is #36BE72. Grayscale: #727272. Windows color (decimal): -3587699 or 9257417. OLE color: 9257417.

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

Color convert

RGB 201 65 141 -
CMYK 0 0.68 0.30 0.21
HSL 326.47º 0.56% 0.52% -
HSV(B) 326.47º 0.68% 0.79% -
XYZ 30.79 18.12 27.07 -
YUV 114.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 201 65 141 0 0.68 0.30 0.21 326.47 0.56 0.52
Hex C9 41 8D 0 44 1E 15 146 38 34
Octal 311 101 215 0 104 36 25 506 70 64
Binary 11001001 1000001 10001101 0 1000100 11110 10101 101000110 111000 110100

Color Harmonies of #C9418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9418D

Black with #C9418D

Text Example


Text Example

White with #C9418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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