Html Css Color HEX #C2578A Mulberry

📋 copy color: '#C2578A'

red 194 ◦ green 87 ◦ blue 138

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

Shades of Mulberry #C2578A

Tints of Mulberry #C2578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 46.3%
G = 20.76%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2578A (or 0xC2578A) is known color: Mulberry. HEX triplet: C2, 57 and 8A. RGB value is (194,87,138). Sum of RGB (Red+Green+Blue) = 194+87+138=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2578A is #3DA875. Grayscale: #7C7C7C. Windows color (decimal): -4040822 or 9066434. OLE color: 9066434.

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

Color convert

RGB 194 87 138 -
CMYK 0 0.55 0.29 0.24
HSL 331.4º 0.47% 0.55% -
HSV(B) 331.4º 0.55% 0.76% -
XYZ 30.24 20.12 26.33 -
YUV 124.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 194 87 138 0 0.55 0.29 0.24 331.4 0.47 0.55
Hex C2 57 8A 0 37 1D 18 14B 2F 37
Octal 302 127 212 0 67 35 30 513 57 67
Binary 11000010 1010111 10001010 0 110111 11101 11000 101001011 101111 110111

Color Harmonies of #C2578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2578A

Black with #C2578A

Text Example


Text Example

White with #C2578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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