Html Css Color HEX #C9458D Mulberry

📋 copy color: '#C9458D'

red 201 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #C9458D

Tints of Mulberry #C9458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

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

R = 48.91%
G = 16.79%
B = 34.31%

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

#C9458D (or 0xC9458D) is known color: Mulberry. HEX triplet: C9, 45 and 8D. RGB value is (201,69,141). Sum of RGB (Red+Green+Blue) = 201+69+141=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458D is #36BA72. Grayscale: #747474. Windows color (decimal): -3586675 or 9258441. OLE color: 9258441.

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

Color convert

RGB 201 69 141 -
CMYK 0 0.66 0.30 0.21
HSL 327.27º 0.55% 0.53% -
HSV(B) 327.27º 0.66% 0.79% -
XYZ 31.02 18.6 27.15 -
YUV 116.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 201 69 141 0 0.66 0.30 0.21 327.27 0.55 0.53
Hex C9 45 8D 0 42 1E 15 147 37 35
Octal 311 105 215 0 102 36 25 507 67 65
Binary 11001001 1000101 10001101 0 1000010 11110 10101 101000111 110111 110101

Color Harmonies of #C9458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9458D

Black with #C9458D

Text Example


Text Example

White with #C9458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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