Html Css Color HEX #C9429D Mulberry

📋 copy color: '#C9429D'

red 201 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #C9429D

Tints of Mulberry #C9429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 47.41%
G = 15.57%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9429D (or 0xC9429D) is known color: Mulberry. HEX triplet: C9, 42 and 9D. RGB value is (201,66,157). Sum of RGB (Red+Green+Blue) = 201+66+157=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9429D is #36BD62. Grayscale: #747474. Windows color (decimal): -3587427 or 10306249. OLE color: 10306249.

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

Color convert

RGB 201 66 157 -
CMYK 0 0.67 0.22 0.21
HSL 319.56º 0.56% 0.52% -
HSV(B) 319.56º 0.67% 0.79% -
XYZ 32.12 18.75 33.82 -
YUV 116.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 201 66 157 0 0.67 0.22 0.21 319.56 0.56 0.52
Hex C9 42 9D 0 43 16 15 140 38 34
Octal 311 102 235 0 103 26 25 500 70 64
Binary 11001001 1000010 10011101 0 1000011 10110 10101 101000000 111000 110100

Color Harmonies of #C9429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9429D

Black with #C9429D

Text Example


Text Example

White with #C9429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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