Html Css Color HEX #C9448D Mulberry

📋 copy color: '#C9448D'

red 201 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #C9448D

Tints of Mulberry #C9448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 49.02%
G = 16.59%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9448D (or 0xC9448D) is known color: Mulberry. HEX triplet: C9, 44 and 8D. RGB value is (201,68,141). Sum of RGB (Red+Green+Blue) = 201+68+141=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448D is #36BB72. Grayscale: #737373. Windows color (decimal): -3586931 or 9258185. OLE color: 9258185.

HSL color Cylindrical-coordinate representation of color #C9448D: hue angle of 327.07º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9448D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 141 -
CMYK 0 0.66 0.30 0.21
HSL 327.07º 0.55% 0.53% -
HSV(B) 327.07º 0.66% 0.79% -
XYZ 30.96 18.47 27.13 -
YUV 116.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 201 68 141 0 0.66 0.30 0.21 327.07 0.55 0.53
Hex C9 44 8D 0 42 1E 15 147 37 35
Octal 311 104 215 0 102 36 25 507 67 65
Binary 11001001 1000100 10001101 0 1000010 11110 10101 101000111 110111 110101

Color Harmonies of #C9448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9448D

Black with #C9448D

Text Example


Text Example

White with #C9448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9448D; }

 p { color: rgb(201,68,141); }

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

background-color css

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

 a { background-color: rgb(201,68,141); }

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

border-color css

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

 span { border-color: rgb(201,68,141); }

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