Html Css Color HEX #C85198 Mulberry

📋 copy color: '#C85198'

red 200 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #C85198

Tints of Mulberry #C85198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 46.19%
G = 18.71%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85198 (or 0xC85198) is known color: Mulberry. HEX triplet: C8, 51 and 98. RGB value is (200,81,152). Sum of RGB (Red+Green+Blue) = 200+81+152=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85198 is #37AE67. Grayscale: #7C7C7C. Windows color (decimal): -3649128 or 9982408. OLE color: 9982408.

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

Color convert

RGB 200 81 152 -
CMYK 0 0.59 0.24 0.22
HSL 324.2º 0.52% 0.55% -
HSV(B) 324.2º 0.6% 0.78% -
XYZ 32.43 20.43 31.94 -
YUV 124.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 200 81 152 0 0.59 0.24 0.22 324.2 0.52 0.55
Hex C8 51 98 0 3B 18 16 144 34 37
Octal 310 121 230 0 73 30 26 504 64 67
Binary 11001000 1010001 10011000 0 111011 11000 10110 101000100 110100 110111

Color Harmonies of #C85198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85198

Black with #C85198

Text Example


Text Example

White with #C85198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85198; }

 p { color: rgb(200,81,152); }

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

background-color css

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

 a { background-color: rgb(200,81,152); }

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

border-color css

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

 span { border-color: rgb(200,81,152); }

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