Html Css Color HEX #C84E94 Mulberry

📋 copy color: '#C84E94'

red 200 ◦ green 78 ◦ blue 148

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

Shades of Mulberry #C84E94

Tints of Mulberry #C84E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.31%

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 46.95%
G = 18.31%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C84E94 (or 0xC84E94) is known color: Mulberry. HEX triplet: C8, 4E and 94. RGB value is (200,78,148). Sum of RGB (Red+Green+Blue) = 200+78+148=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E94 is #37B16B. Grayscale: #7A7A7A. Windows color (decimal): -3649900 or 9719496. OLE color: 9719496.

HSL color Cylindrical-coordinate representation of color #C84E94: hue angle of 325.57º degrees, saturation: 0.53, 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 #C84E94 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 78 148 -
CMYK 0 0.61 0.26 0.22
HSL 325.57º 0.53% 0.55% -
HSV(B) 325.57º 0.61% 0.78% -
XYZ 31.89 19.87 30.17 -
YUV 122.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 200 78 148 0 0.61 0.26 0.22 325.57 0.53 0.55
Hex C8 4E 94 0 3D 1A 16 146 35 37
Octal 310 116 224 0 75 32 26 506 65 67
Binary 11001000 1001110 10010100 0 111101 11010 10110 101000110 110101 110111

Color Harmonies of #C84E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84E94

Black with #C84E94

Text Example


Text Example

White with #C84E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84E94; }

 p { color: rgb(200,78,148); }

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

background-color css

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

 a { background-color: rgb(200,78,148); }

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

border-color css

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

 span { border-color: rgb(200,78,148); }

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