Html Css Color HEX #C84384 Mulberry

📋 copy color: '#C84384'

red 200 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #C84384

Tints of Mulberry #C84384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 50.13%
G = 16.79%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84384 (or 0xC84384) is known color: Mulberry. HEX triplet: C8, 43 and 84. RGB value is (200,67,132). Sum of RGB (Red+Green+Blue) = 200+67+132=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C84384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84384 is #37BC7B. Grayscale: #727272. Windows color (decimal): -3652732 or 8668104. OLE color: 8668104.

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

Color convert

RGB 200 67 132 -
CMYK 0 0.66 0.34 0.22
HSL 330.68º 0.55% 0.52% -
HSV(B) 330.68º 0.67% 0.78% -
XYZ 29.99 17.96 23.72 -
YUV 114.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 200 67 132 0 0.66 0.34 0.22 330.68 0.55 0.52
Hex C8 43 84 0 42 22 16 14B 37 34
Octal 310 103 204 0 102 42 26 513 67 64
Binary 11001000 1000011 10000100 0 1000010 100010 10110 101001011 110111 110100

Color Harmonies of #C84384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84384

Black with #C84384

Text Example


Text Example

White with #C84384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84384; }

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

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

background-color css

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

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

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

border-color css

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

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

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