Html Css Color HEX #C84591 Mulberry

📋 copy color: '#C84591'

red 200 ◦ green 69 ◦ blue 145

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

Shades of Mulberry #C84591

Tints of Mulberry #C84591

RGB

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

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

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

R = 48.31%
G = 16.67%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C84591 (or 0xC84591) is known color: Mulberry. HEX triplet: C8, 45 and 91. RGB value is (200,69,145). Sum of RGB (Red+Green+Blue) = 200+69+145=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C84591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84591 is #37BA6E. Grayscale: #747474. Windows color (decimal): -3652207 or 9520584. OLE color: 9520584.

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

Color convert

RGB 200 69 145 -
CMYK 0 0.66 0.28 0.22
HSL 325.19º 0.54% 0.53% -
HSV(B) 325.19º 0.66% 0.78% -
XYZ 31.06 18.58 28.74 -
YUV 116.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 200 69 145 0 0.66 0.28 0.22 325.19 0.54 0.53
Hex C8 45 91 0 42 1C 16 145 36 35
Octal 310 105 221 0 102 34 26 505 66 65
Binary 11001000 1000101 10010001 0 1000010 11100 10110 101000101 110110 110101

Color Harmonies of #C84591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84591

Black with #C84591

Text Example


Text Example

White with #C84591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84591; }

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

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

background-color css

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

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

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

border-color css

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

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

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