Html Css Color HEX #C9419D Mulberry

📋 copy color: '#C9419D'

red 201 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #C9419D

Tints of Mulberry #C9419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 47.52%
G = 15.37%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9419D (or 0xC9419D) is known color: Mulberry. HEX triplet: C9, 41 and 9D. RGB value is (201,65,157). Sum of RGB (Red+Green+Blue) = 201+65+157=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9419D is #36BE62. Grayscale: #737373. Windows color (decimal): -3587683 or 10305993. OLE color: 10305993.

HSL color Cylindrical-coordinate representation of color #C9419D: hue angle of 319.41º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9419D is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 157 -
CMYK 0 0.68 0.22 0.21
HSL 319.41º 0.56% 0.52% -
HSV(B) 319.41º 0.68% 0.79% -
XYZ 32.06 18.63 33.8 -
YUV 116.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 201 65 157 0 0.68 0.22 0.21 319.41 0.56 0.52
Hex C9 41 9D 0 44 16 15 13F 38 34
Octal 311 101 235 0 104 26 25 477 70 64
Binary 11001001 1000001 10011101 0 1000100 10110 10101 100111111 111000 110100

Color Harmonies of #C9419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9419D

Black with #C9419D

Text Example


Text Example

White with #C9419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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