Html Css Color HEX #C0479E Mulberry

📋 copy color: '#C0479E'

red 192 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #C0479E

Tints of Mulberry #C0479E

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

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

R = 45.61%
G = 16.86%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0479E (or 0xC0479E) is known color: Mulberry. HEX triplet: C0, 47 and 9E. RGB value is (192,71,158). Sum of RGB (Red+Green+Blue) = 192+71+158=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0479E is #3FB861. Grayscale: #747474. Windows color (decimal): -4175970 or 10373056. OLE color: 10373056.

HSL color Cylindrical-coordinate representation of color #C0479E: hue angle of 316.86º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0479E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 158 -
CMYK 0 0.63 0.18 0.25
HSL 316.86º 0.49% 0.52% -
HSV(B) 316.86º 0.63% 0.75% -
XYZ 30.16 18.18 34.27 -
YUV 117.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 192 71 158 0 0.63 0.18 0.25 316.86 0.49 0.52
Hex C0 47 9E 0 3F 12 19 13D 31 34
Octal 300 107 236 0 77 22 31 475 61 64
Binary 11000000 1000111 10011110 0 111111 10010 11001 100111101 110001 110100

Color Harmonies of #C0479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0479E

Black with #C0479E

Text Example


Text Example

White with #C0479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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