Html Css Color HEX #C2479A Mulberry

📋 copy color: '#C2479A'

red 194 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #C2479A

Tints of Mulberry #C2479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 46.3%
G = 16.95%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2479A (or 0xC2479A) is known color: Mulberry. HEX triplet: C2, 47 and 9A. RGB value is (194,71,154). Sum of RGB (Red+Green+Blue) = 194+71+154=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2479A is #3DB865. Grayscale: #757575. Windows color (decimal): -4044902 or 10110914. OLE color: 10110914.

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

Color convert

RGB 194 71 154 -
CMYK 0 0.63 0.21 0.24
HSL 319.51º 0.5% 0.52% -
HSV(B) 319.51º 0.63% 0.76% -
XYZ 30.33 18.31 32.51 -
YUV 117.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 194 71 154 0 0.63 0.21 0.24 319.51 0.5 0.52
Hex C2 47 9A 0 3F 15 18 140 32 34
Octal 302 107 232 0 77 25 30 500 62 64
Binary 11000010 1000111 10011010 0 111111 10101 11000 101000000 110010 110100

Color Harmonies of #C2479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2479A

Black with #C2479A

Text Example


Text Example

White with #C2479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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