Html Css Color HEX #C84F7D Mulberry

📋 copy color: '#C84F7D'

red 200 ◦ green 79 ◦ blue 125

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

Shades of Mulberry #C84F7D

Tints of Mulberry #C84F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.55%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 49.5%
G = 19.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84F7D (or 0xC84F7D) is known color: Mulberry. HEX triplet: C8, 4F and 7D. RGB value is (200,79,125). Sum of RGB (Red+Green+Blue) = 200+79+125=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F7D is #37B082. Grayscale: #787878. Windows color (decimal): -3649667 or 8212424. OLE color: 8212424.

HSL color Cylindrical-coordinate representation of color #C84F7D: hue angle of 337.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F7D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 125 -
CMYK 0 0.60 0.38 0.22
HSL 337.19º 0.52% 0.55% -
HSV(B) 337.19º 0.61% 0.78% -
XYZ 30.32 19.35 21.54 -
YUV 120.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 200 79 125 0 0.60 0.38 0.22 337.19 0.52 0.55
Hex C8 4F 7D 0 3C 26 16 151 34 37
Octal 310 117 175 0 74 46 26 521 64 67
Binary 11001000 1001111 1111101 0 111100 100110 10110 101010001 110100 110111

Color Harmonies of #C84F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F7D

Black with #C84F7D

Text Example


Text Example

White with #C84F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F7D; }

 p { color: rgb(200,79,125); }

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

background-color css

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

 a { background-color: rgb(200,79,125); }

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

border-color css

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

 span { border-color: rgb(200,79,125); }

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