Html Css Color HEX #C9428F Mulberry

📋 copy color: '#C9428F'

red 201 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #C9428F

Tints of Mulberry #C9428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 49.02%
G = 16.1%
B = 34.88%

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

#C9428F (or 0xC9428F) is known color: Mulberry. HEX triplet: C9, 42 and 8F. RGB value is (201,66,143). Sum of RGB (Red+Green+Blue) = 201+66+143=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428F is #36BD70. Grayscale: #727272. Windows color (decimal): -3587441 or 9388745. OLE color: 9388745.

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

Color convert

RGB 201 66 143 -
CMYK 0 0.67 0.29 0.21
HSL 325.78º 0.56% 0.52% -
HSV(B) 325.78º 0.67% 0.79% -
XYZ 30.99 18.3 27.88 -
YUV 115.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 201 66 143 0 0.67 0.29 0.21 325.78 0.56 0.52
Hex C9 42 8F 0 43 1D 15 146 38 34
Octal 311 102 217 0 103 35 25 506 70 64
Binary 11001001 1000010 10001111 0 1000011 11101 10101 101000110 111000 110100

Color Harmonies of #C9428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9428F

Black with #C9428F

Text Example


Text Example

White with #C9428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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