Html Css Color HEX #C84184 Mulberry

📋 copy color: '#C84184'

red 200 ◦ green 65 ◦ blue 132

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

Shades of Mulberry #C84184

Tints of Mulberry #C84184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 50.38%
G = 16.37%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84184 (or 0xC84184) is known color: Mulberry. HEX triplet: C8, 41 and 84. RGB value is (200,65,132). Sum of RGB (Red+Green+Blue) = 200+65+132=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84184 is #37BE7B. Grayscale: #707070. Windows color (decimal): -3653244 or 8667592. OLE color: 8667592.

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

Color convert

RGB 200 65 132 -
CMYK 0 0.68 0.34 0.22
HSL 330.22º 0.55% 0.52% -
HSV(B) 330.22º 0.68% 0.78% -
XYZ 29.87 17.73 23.68 -
YUV 113 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 200 65 132 0 0.68 0.34 0.22 330.22 0.55 0.52
Hex C8 41 84 0 44 22 16 14A 37 34
Octal 310 101 204 0 104 42 26 512 67 64
Binary 11001000 1000001 10000100 0 1000100 100010 10110 101001010 110111 110100

Color Harmonies of #C84184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84184

Black with #C84184

Text Example


Text Example

White with #C84184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84184; }

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

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

background-color css

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

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

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

border-color css

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

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

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