Html Css Color HEX #C9408A Mulberry

📋 copy color: '#C9408A'

red 201 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C9408A

Tints of Mulberry #C9408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 49.88%
G = 15.88%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9408A (or 0xC9408A) is known color: Mulberry. HEX triplet: C9, 40 and 8A. RGB value is (201,64,138). Sum of RGB (Red+Green+Blue) = 201+64+138=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9408A is #36BF75. Grayscale: #717171. Windows color (decimal): -3587958 or 9060553. OLE color: 9060553.

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

Color convert

RGB 201 64 138 -
CMYK 0 0.68 0.31 0.21
HSL 327.59º 0.56% 0.52% -
HSV(B) 327.59º 0.68% 0.79% -
XYZ 30.51 17.92 25.9 -
YUV 113.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 201 64 138 0 0.68 0.31 0.21 327.59 0.56 0.52
Hex C9 40 8A 0 44 1F 15 148 38 34
Octal 311 100 212 0 104 37 25 510 70 64
Binary 11001001 1000000 10001010 0 1000100 11111 10101 101001000 111000 110100

Color Harmonies of #C9408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9408A

Black with #C9408A

Text Example


Text Example

White with #C9408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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