Html Css Color HEX #C84382 Mulberry

📋 copy color: '#C84382'

red 200 ◦ green 67 ◦ blue 130

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

Shades of Mulberry #C84382

Tints of Mulberry #C84382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 50.38%
G = 16.88%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C84382 (or 0xC84382) is known color: Mulberry. HEX triplet: C8, 43 and 82. RGB value is (200,67,130). Sum of RGB (Red+Green+Blue) = 200+67+130=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84382 is #37BC7D. Grayscale: #717171. Windows color (decimal): -3652734 or 8537032. OLE color: 8537032.

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

Color convert

RGB 200 67 130 -
CMYK 0 0.66 0.35 0.22
HSL 331.58º 0.55% 0.52% -
HSV(B) 331.58º 0.67% 0.78% -
XYZ 29.86 17.91 23 -
YUV 113.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 200 67 130 0 0.66 0.35 0.22 331.58 0.55 0.52
Hex C8 43 82 0 42 23 16 14C 37 34
Octal 310 103 202 0 102 43 26 514 67 64
Binary 11001000 1000011 10000010 0 1000010 100011 10110 101001100 110111 110100

Color Harmonies of #C84382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84382

Black with #C84382

Text Example


Text Example

White with #C84382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84382; }

 p { color: rgb(200,67,130); }

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

background-color css

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

 a { background-color: rgb(200,67,130); }

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

border-color css

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

 span { border-color: rgb(200,67,130); }

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