Html Css Color HEX #C9419A Mulberry

📋 copy color: '#C9419A'

red 201 ◦ green 65 ◦ blue 154

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

Shades of Mulberry #C9419A

Tints of Mulberry #C9419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 47.86%
G = 15.48%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9419A (or 0xC9419A) is known color: Mulberry. HEX triplet: C9, 41 and 9A. RGB value is (201,65,154). Sum of RGB (Red+Green+Blue) = 201+65+154=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9419A is #36BE65. Grayscale: #737373. Windows color (decimal): -3587686 or 10109385. OLE color: 10109385.

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

Color convert

RGB 201 65 154 -
CMYK 0 0.68 0.23 0.21
HSL 320.74º 0.56% 0.52% -
HSV(B) 320.74º 0.68% 0.79% -
XYZ 31.81 18.53 32.47 -
YUV 115.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 201 65 154 0 0.68 0.23 0.21 320.74 0.56 0.52
Hex C9 41 9A 0 44 17 15 141 38 34
Octal 311 101 232 0 104 27 25 501 70 64
Binary 11001001 1000001 10011010 0 1000100 10111 10101 101000001 111000 110100

Color Harmonies of #C9419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9419A

Black with #C9419A

Text Example


Text Example

White with #C9419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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