Html Css Color HEX #C9408E Mulberry

📋 copy color: '#C9408E'

red 201 ◦ green 64 ◦ blue 142

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

Shades of Mulberry #C9408E

Tints of Mulberry #C9408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 49.39%
G = 15.72%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9408E (or 0xC9408E) is known color: Mulberry. HEX triplet: C9, 40 and 8E. RGB value is (201,64,142). Sum of RGB (Red+Green+Blue) = 201+64+142=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9408E is #36BF71. Grayscale: #717171. Windows color (decimal): -3587954 or 9322697. OLE color: 9322697.

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

Color convert

RGB 201 64 142 -
CMYK 0 0.68 0.29 0.21
HSL 325.84º 0.56% 0.52% -
HSV(B) 325.84º 0.68% 0.79% -
XYZ 30.8 18.04 27.45 -
YUV 113.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 201 64 142 0 0.68 0.29 0.21 325.84 0.56 0.52
Hex C9 40 8E 0 44 1D 15 146 38 34
Octal 311 100 216 0 104 35 25 506 70 64
Binary 11001001 1000000 10001110 0 1000100 11101 10101 101000110 111000 110100

Color Harmonies of #C9408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9408E

Black with #C9408E

Text Example


Text Example

White with #C9408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9408E; }

 p { color: rgb(201,64,142); }

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

background-color css

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

 a { background-color: rgb(201,64,142); }

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

border-color css

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

 span { border-color: rgb(201,64,142); }

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