Html Css Color HEX #C9428E Mulberry

📋 copy color: '#C9428E'

red 201 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #C9428E

Tints of Mulberry #C9428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 49.14%
G = 16.14%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9428E (or 0xC9428E) is known color: Mulberry. HEX triplet: C9, 42 and 8E. RGB value is (201,66,142). Sum of RGB (Red+Green+Blue) = 201+66+142=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428E is #36BD71. Grayscale: #727272. Windows color (decimal): -3587442 or 9323209. OLE color: 9323209.

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

Color convert

RGB 201 66 142 -
CMYK 0 0.67 0.29 0.21
HSL 326.22º 0.56% 0.52% -
HSV(B) 326.22º 0.67% 0.79% -
XYZ 30.92 18.27 27.49 -
YUV 115.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 201 66 142 0 0.67 0.29 0.21 326.22 0.56 0.52
Hex C9 42 8E 0 43 1D 15 146 38 34
Octal 311 102 216 0 103 35 25 506 70 64
Binary 11001001 1000010 10001110 0 1000011 11101 10101 101000110 111000 110100

Color Harmonies of #C9428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9428E

Black with #C9428E

Text Example


Text Example

White with #C9428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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