Html Css Color HEX #C9429A Mulberry

📋 copy color: '#C9429A'

red 201 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C9429A

Tints of Mulberry #C9429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

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

R = 47.74%
G = 15.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9429A (or 0xC9429A) is known color: Mulberry. HEX triplet: C9, 42 and 9A. RGB value is (201,66,154). Sum of RGB (Red+Green+Blue) = 201+66+154=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9429A is #36BD65. Grayscale: #747474. Windows color (decimal): -3587430 or 10109641. OLE color: 10109641.

HSL color Cylindrical-coordinate representation of color #C9429A: hue angle of 320.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9429A is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 154 -
CMYK 0 0.67 0.23 0.21
HSL 320.89º 0.56% 0.52% -
HSV(B) 320.89º 0.67% 0.79% -
XYZ 31.87 18.65 32.49 -
YUV 116.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 201 66 154 0 0.67 0.23 0.21 320.89 0.56 0.52
Hex C9 42 9A 0 43 17 15 141 38 34
Octal 311 102 232 0 103 27 25 501 70 64
Binary 11001001 1000010 10011010 0 1000011 10111 10101 101000001 111000 110100

Color Harmonies of #C9429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9429A

Black with #C9429A

Text Example


Text Example

White with #C9429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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