Html Css Color HEX #C9418A Mulberry

📋 copy color: '#C9418A'

red 201 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C9418A

Tints of Mulberry #C9418A

RGB

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

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

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

R = 49.75%
G = 16.09%
B = 34.16%

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

#C9418A (or 0xC9418A) is known color: Mulberry. HEX triplet: C9, 41 and 8A. RGB value is (201,65,138). Sum of RGB (Red+Green+Blue) = 201+65+138=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418A is #36BE75. Grayscale: #717171. Windows color (decimal): -3587702 or 9060809. OLE color: 9060809.

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

Color convert

RGB 201 65 138 -
CMYK 0 0.68 0.31 0.21
HSL 327.79º 0.56% 0.52% -
HSV(B) 327.79º 0.68% 0.79% -
XYZ 30.57 18.03 25.91 -
YUV 113.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 201 65 138 0 0.68 0.31 0.21 327.79 0.56 0.52
Hex C9 41 8A 0 44 1F 15 148 38 34
Octal 311 101 212 0 104 37 25 510 70 64
Binary 11001001 1000001 10001010 0 1000100 11111 10101 101001000 111000 110100

Color Harmonies of #C9418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9418A

Black with #C9418A

Text Example


Text Example

White with #C9418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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