Html Css Color HEX #C84991 Mulberry

📋 copy color: '#C84991'

red 200 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #C84991

Tints of Mulberry #C84991

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 47.85%
G = 17.46%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C84991 (or 0xC84991) is known color: Mulberry. HEX triplet: C8, 49 and 91. RGB value is (200,73,145). Sum of RGB (Red+Green+Blue) = 200+73+145=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84991 is #37B66E. Grayscale: #777777. Windows color (decimal): -3651183 or 9521608. OLE color: 9521608.

HSL color Cylindrical-coordinate representation of color #C84991: hue angle of 325.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84991 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 145 -
CMYK 0 0.64 0.28 0.22
HSL 325.98º 0.54% 0.54% -
HSV(B) 325.98º 0.64% 0.78% -
XYZ 31.31 19.09 28.82 -
YUV 119.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 200 73 145 0 0.64 0.28 0.22 325.98 0.54 0.54
Hex C8 49 91 0 40 1C 16 146 36 36
Octal 310 111 221 0 100 34 26 506 66 66
Binary 11001000 1001001 10010001 0 1000000 11100 10110 101000110 110110 110110

Color Harmonies of #C84991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84991

Black with #C84991

Text Example


Text Example

White with #C84991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84991; }

 p { color: rgb(200,73,145); }

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

background-color css

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

 a { background-color: rgb(200,73,145); }

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

border-color css

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

 span { border-color: rgb(200,73,145); }

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