Html Css Color HEX #C9407C Mulberry

📋 copy color: '#C9407C'

red 201 ◦ green 64 ◦ blue 124

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

Shades of Mulberry #C9407C

Tints of Mulberry #C9407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 51.67%
G = 16.45%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9407C (or 0xC9407C) is known color: Mulberry. HEX triplet: C9, 40 and 7C. RGB value is (201,64,124). Sum of RGB (Red+Green+Blue) = 201+64+124=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9407C is #36BF83. Grayscale: #6F6F6F. Windows color (decimal): -3587972 or 8143049. OLE color: 8143049.

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

Color convert

RGB 201 64 124 -
CMYK 0 0.68 0.38 0.21
HSL 333.72º 0.56% 0.52% -
HSV(B) 333.72º 0.68% 0.79% -
XYZ 29.56 17.54 20.9 -
YUV 111.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 201 64 124 0 0.68 0.38 0.21 333.72 0.56 0.52
Hex C9 40 7C 0 44 26 15 14E 38 34
Octal 311 100 174 0 104 46 25 516 70 64
Binary 11001001 1000000 1111100 0 1000100 100110 10101 101001110 111000 110100

Color Harmonies of #C9407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9407C

Black with #C9407C

Text Example


Text Example

White with #C9407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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