Html Css Color HEX #C2578D Mulberry

📋 copy color: '#C2578D'

red 194 ◦ green 87 ◦ blue 141

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

Shades of Mulberry #C2578D

Tints of Mulberry #C2578D

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 45.97%
G = 20.62%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2578D (or 0xC2578D) is known color: Mulberry. HEX triplet: C2, 57 and 8D. RGB value is (194,87,141). Sum of RGB (Red+Green+Blue) = 194+87+141=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2578D is #3DA872. Grayscale: #7D7D7D. Windows color (decimal): -4040819 or 9263042. OLE color: 9263042.

HSL color Cylindrical-coordinate representation of color #C2578D: hue angle of 329.72º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2578D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 141 -
CMYK 0 0.55 0.27 0.24
HSL 329.72º 0.47% 0.55% -
HSV(B) 329.72º 0.55% 0.76% -
XYZ 30.46 20.21 27.49 -
YUV 125.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 194 87 141 0 0.55 0.27 0.24 329.72 0.47 0.55
Hex C2 57 8D 0 37 1B 18 14A 2F 37
Octal 302 127 215 0 67 33 30 512 57 67
Binary 11000010 1010111 10001101 0 110111 11011 11000 101001010 101111 110111

Color Harmonies of #C2578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2578D

Black with #C2578D

Text Example


Text Example

White with #C2578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2578D; }

 p { color: rgb(194,87,141); }

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

background-color css

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

 a { background-color: rgb(194,87,141); }

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

border-color css

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

 span { border-color: rgb(194,87,141); }

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