Html Css Color HEX #C85193 Mulberry

📋 copy color: '#C85193'

red 200 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #C85193

Tints of Mulberry #C85193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 46.73%
G = 18.93%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85193 (or 0xC85193) is known color: Mulberry. HEX triplet: C8, 51 and 93. RGB value is (200,81,147). Sum of RGB (Red+Green+Blue) = 200+81+147=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C85193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85193 is #37AE6C. Grayscale: #7B7B7B. Windows color (decimal): -3649133 or 9654728. OLE color: 9654728.

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

Color convert

RGB 200 81 147 -
CMYK 0 0.59 0.26 0.22
HSL 326.72º 0.52% 0.55% -
HSV(B) 326.72º 0.6% 0.78% -
XYZ 32.03 20.27 29.83 -
YUV 124.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 200 81 147 0 0.59 0.26 0.22 326.72 0.52 0.55
Hex C8 51 93 0 3B 1A 16 147 34 37
Octal 310 121 223 0 73 32 26 507 64 67
Binary 11001000 1010001 10010011 0 111011 11010 10110 101000111 110100 110111

Color Harmonies of #C85193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85193

Black with #C85193

Text Example


Text Example

White with #C85193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85193; }

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

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

background-color css

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

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

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

border-color css

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

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

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