Html Css Color HEX #C2578B Mulberry

📋 copy color: '#C2578B'

red 194 ◦ green 87 ◦ blue 139

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

Shades of Mulberry #C2578B

Tints of Mulberry #C2578B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 46.19%
G = 20.71%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2578B (or 0xC2578B) is known color: Mulberry. HEX triplet: C2, 57 and 8B. RGB value is (194,87,139). Sum of RGB (Red+Green+Blue) = 194+87+139=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2578B is #3DA874. Grayscale: #7C7C7C. Windows color (decimal): -4040821 or 9131970. OLE color: 9131970.

HSL color Cylindrical-coordinate representation of color #C2578B: hue angle of 330.84º 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 #C2578B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 139 -
CMYK 0 0.55 0.28 0.24
HSL 330.84º 0.47% 0.55% -
HSV(B) 330.84º 0.55% 0.76% -
XYZ 30.32 20.15 26.72 -
YUV 124.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 194 87 139 0 0.55 0.28 0.24 330.84 0.47 0.55
Hex C2 57 8B 0 37 1C 18 14B 2F 37
Octal 302 127 213 0 67 34 30 513 57 67
Binary 11000010 1010111 10001011 0 110111 11100 11000 101001011 101111 110111

Color Harmonies of #C2578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2578B

Black with #C2578B

Text Example


Text Example

White with #C2578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2578B; }

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

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

background-color css

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

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

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

border-color css

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

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

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