Html Css Color HEX #C84D7C Mulberry

📋 copy color: '#C84D7C'

red 200 ◦ green 77 ◦ blue 124

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

Shades of Mulberry #C84D7C

Tints of Mulberry #C84D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 49.88%
G = 19.2%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84D7C (or 0xC84D7C) is known color: Mulberry. HEX triplet: C8, 4D and 7C. RGB value is (200,77,124). Sum of RGB (Red+Green+Blue) = 200+77+124=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D7C is #37B283. Grayscale: #777777. Windows color (decimal): -3650180 or 8146376. OLE color: 8146376.

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

Color convert

RGB 200 77 124 -
CMYK 0 0.62 0.38 0.22
HSL 337.07º 0.53% 0.54% -
HSV(B) 337.07º 0.62% 0.78% -
XYZ 30.11 19.04 21.16 -
YUV 119.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 200 77 124 0 0.62 0.38 0.22 337.07 0.53 0.54
Hex C8 4D 7C 0 3E 26 16 151 35 36
Octal 310 115 174 0 76 46 26 521 65 66
Binary 11001000 1001101 1111100 0 111110 100110 10110 101010001 110101 110110

Color Harmonies of #C84D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D7C

Black with #C84D7C

Text Example


Text Example

White with #C84D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D7C; }

 p { color: rgb(200,77,124); }

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

background-color css

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

 a { background-color: rgb(200,77,124); }

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

border-color css

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

 span { border-color: rgb(200,77,124); }

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