Html Css Color HEX #C9409A Mulberry

📋 copy color: '#C9409A'

red 201 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #C9409A

Tints of Mulberry #C9409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 47.97%
G = 15.27%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9409A (or 0xC9409A) is known color: Mulberry. HEX triplet: C9, 40 and 9A. RGB value is (201,64,154). Sum of RGB (Red+Green+Blue) = 201+64+154=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9409A is #36BF65. Grayscale: #737373. Windows color (decimal): -3587942 or 10109129. OLE color: 10109129.

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

Color convert

RGB 201 64 154 -
CMYK 0 0.68 0.23 0.21
HSL 320.58º 0.56% 0.52% -
HSV(B) 320.58º 0.68% 0.79% -
XYZ 31.75 18.42 32.45 -
YUV 115.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 201 64 154 0 0.68 0.23 0.21 320.58 0.56 0.52
Hex C9 40 9A 0 44 17 15 141 38 34
Octal 311 100 232 0 104 27 25 501 70 64
Binary 11001001 1000000 10011010 0 1000100 10111 10101 101000001 111000 110100

Color Harmonies of #C9409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9409A

Black with #C9409A

Text Example


Text Example

White with #C9409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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