Html Css Color HEX #C2478D Mulberry

📋 copy color: '#C2478D'

red 194 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #C2478D

Tints of Mulberry #C2478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

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

R = 47.78%
G = 17.49%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2478D (or 0xC2478D) is known color: Mulberry. HEX triplet: C2, 47 and 8D. RGB value is (194,71,141). Sum of RGB (Red+Green+Blue) = 194+71+141=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478D is #3DB872. Grayscale: #737373. Windows color (decimal): -4044915 or 9258946. OLE color: 9258946.

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

Color convert

RGB 194 71 141 -
CMYK 0 0.63 0.27 0.24
HSL 325.85º 0.5% 0.52% -
HSV(B) 325.85º 0.63% 0.76% -
XYZ 29.31 17.9 27.11 -
YUV 115.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 194 71 141 0 0.63 0.27 0.24 325.85 0.5 0.52
Hex C2 47 8D 0 3F 1B 18 146 32 34
Octal 302 107 215 0 77 33 30 506 62 64
Binary 11000010 1000111 10001101 0 111111 11011 11000 101000110 110010 110100

Color Harmonies of #C2478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2478D

Black with #C2478D

Text Example


Text Example

White with #C2478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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