Html Css Color HEX #C2479E Mulberry

📋 copy color: '#C2479E'

red 194 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #C2479E

Tints of Mulberry #C2479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 45.86%
G = 16.78%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2479E (or 0xC2479E) is known color: Mulberry. HEX triplet: C2, 47 and 9E. RGB value is (194,71,158). Sum of RGB (Red+Green+Blue) = 194+71+158=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2479E is #3DB861. Grayscale: #757575. Windows color (decimal): -4044898 or 10373058. OLE color: 10373058.

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

Color convert

RGB 194 71 158 -
CMYK 0 0.63 0.19 0.24
HSL 317.56º 0.5% 0.52% -
HSV(B) 317.56º 0.63% 0.76% -
XYZ 30.67 18.44 34.29 -
YUV 117.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 194 71 158 0 0.63 0.19 0.24 317.56 0.5 0.52
Hex C2 47 9E 0 3F 13 18 13E 32 34
Octal 302 107 236 0 77 23 30 476 62 64
Binary 11000010 1000111 10011110 0 111111 10011 11000 100111110 110010 110100

Color Harmonies of #C2479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2479E

Black with #C2479E

Text Example


Text Example

White with #C2479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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