Html Css Color HEX #C84580 Mulberry

📋 copy color: '#C84580'

red 200 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C84580

Tints of Mulberry #C84580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 50.38%
G = 17.38%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C84580 (or 0xC84580) is known color: Mulberry. HEX triplet: C8, 45 and 80. RGB value is (200,69,128). Sum of RGB (Red+Green+Blue) = 200+69+128=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84580 is #37BA7F. Grayscale: #727272. Windows color (decimal): -3652224 or 8406472. OLE color: 8406472.

HSL color Cylindrical-coordinate representation of color #C84580: hue angle of 332.98º 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 #C84580 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 128 -
CMYK 0 0.66 0.36 0.22
HSL 332.98º 0.54% 0.53% -
HSV(B) 332.98º 0.66% 0.78% -
XYZ 29.84 18.09 22.34 -
YUV 114.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 200 69 128 0 0.66 0.36 0.22 332.98 0.54 0.53
Hex C8 45 80 0 42 24 16 14D 36 35
Octal 310 105 200 0 102 44 26 515 66 65
Binary 11001000 1000101 10000000 0 1000010 100100 10110 101001101 110110 110101

Color Harmonies of #C84580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84580

Black with #C84580

Text Example


Text Example

White with #C84580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84580; }

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

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

background-color css

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

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

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

border-color css

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

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

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