Html Css Color HEX #C85394 Mulberry

📋 copy color: '#C85394'

red 200 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #C85394

Tints of Mulberry #C85394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

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

R = 46.4%
G = 19.26%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85394 (or 0xC85394) is known color: Mulberry. HEX triplet: C8, 53 and 94. RGB value is (200,83,148). Sum of RGB (Red+Green+Blue) = 200+83+148=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85394 is #37AC6B. Grayscale: #7D7D7D. Windows color (decimal): -3648620 or 9720776. OLE color: 9720776.

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

Color convert

RGB 200 83 148 -
CMYK 0 0.58 0.26 0.22
HSL 326.67º 0.52% 0.55% -
HSV(B) 326.67º 0.59% 0.78% -
XYZ 32.26 20.6 30.29 -
YUV 125.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 200 83 148 0 0.58 0.26 0.22 326.67 0.52 0.55
Hex C8 53 94 0 3A 1A 16 147 34 37
Octal 310 123 224 0 72 32 26 507 64 67
Binary 11001000 1010011 10010100 0 111010 11010 10110 101000111 110100 110111

Color Harmonies of #C85394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85394

Black with #C85394

Text Example


Text Example

White with #C85394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85394; }

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

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

background-color css

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

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

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

border-color css

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

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

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